commit | b1f408751e868610957396884ac60d37dc39a88d | [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 | 1393e0fe953431058b66067b8b7c2d2eb2da367d | |
parent | 6e895a78b3071170c22ef1efa62dd07dcd9dbbb7 [diff] [blame] |
Fix the run line for this test. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@52169 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/test/Lexer/digraph.c b/test/Lexer/digraph.c index 07c085a..9683ee4 100644 --- a/test/Lexer/digraph.c +++ b/test/Lexer/digraph.c
@@ -1,4 +1,4 @@ -// RUN: clang -fsyntax-only %s +// RUN: clang -fsyntax-only -verify < %s %:include <stdio.h>