commit | 940a7c0cf8572f22ac6d37804e7752ac8cdb8092 | [log] [tgz] |
---|---|---|
author | Eli Friedman <eli.friedman@gmail.com> | Tue Jun 10 05:18:06 2008 +0000 |
committer | Eli Friedman <eli.friedman@gmail.com> | Tue Jun 10 05:18:06 2008 +0000 |
tree | f2e202d8c1cffc0a1056b1a97a7c040762a54abf | |
parent | 4f64def9ee128ee153b01f915d2034407114e0a2 [diff] [blame] |
Fix the run line for this test. llvm-svn: 52169
diff --git a/clang/test/Lexer/digraph.c b/clang/test/Lexer/digraph.c index 07c085a..9683ee4 100644 --- a/clang/test/Lexer/digraph.c +++ b/clang/test/Lexer/digraph.c
@@ -1,4 +1,4 @@ -// RUN: clang -fsyntax-only %s +// RUN: clang -fsyntax-only -verify < %s %:include <stdio.h>