[cfe-commits] r52169 - /cfe/trunk/test/Lexer/digraph.c

Eli Friedman eli.friedman at gmail.com
Mon Jun 9 22:18:06 PDT 2008


Author: efriedma
Date: Tue Jun 10 00:18:06 2008
New Revision: 52169

URL: http://llvm.org/viewvc/llvm-project?rev=52169&view=rev
Log:
Fix the run line for this test.


Modified:
    cfe/trunk/test/Lexer/digraph.c

Modified: cfe/trunk/test/Lexer/digraph.c
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/Lexer/digraph.c?rev=52169&r1=52168&r2=52169&view=diff

==============================================================================
--- cfe/trunk/test/Lexer/digraph.c (original)
+++ cfe/trunk/test/Lexer/digraph.c Tue Jun 10 00:18:06 2008
@@ -1,4 +1,4 @@
-// RUN: clang -fsyntax-only %s
+// RUN: clang -fsyntax-only -verify < %s
 
 %:include <stdio.h>
 





More information about the cfe-commits mailing list