From: Eli Friedman Date: Tue, 10 Jun 2008 05:14:31 +0000 (+0000) Subject: Make this test C instead of C++; making it C++ causes a failure on Linux X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e3eac778a7085006c86f46e62a457014c8f32555;p=clang Make this test C instead of C++; making it C++ causes a failure on Linux because clang can't parse stdio.h in C++ mode yet. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@52168 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/Lexer/digraph.cpp b/test/Lexer/digraph.c similarity index 100% rename from test/Lexer/digraph.cpp rename to test/Lexer/digraph.c