From 4f64def9ee128ee153b01f915d2034407114e0a2 Mon Sep 17 00:00:00 2001 From: Eli Friedman Date: Tue, 10 Jun 2008 05:14:31 +0000 Subject: [PATCH] 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. llvm-svn: 52168 --- clang/test/Lexer/{digraph.cpp => digraph.c} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename clang/test/Lexer/{digraph.cpp => digraph.c} (100%) diff --git a/clang/test/Lexer/digraph.cpp b/clang/test/Lexer/digraph.c similarity index 100% rename from clang/test/Lexer/digraph.cpp rename to clang/test/Lexer/digraph.c