diff options
Diffstat (limited to 'clang/test/Frontend/ast-main.c')
| -rw-r--r-- | clang/test/Frontend/ast-main.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/clang/test/Frontend/ast-main.c b/clang/test/Frontend/ast-main.c index a08eb6bf731..78314067389 100644 --- a/clang/test/Frontend/ast-main.c +++ b/clang/test/Frontend/ast-main.c @@ -1,8 +1,7 @@ -// RUN: clang -emit-llvm -S -o %t1.ll %s && +// RUN: clang -emit-llvm -S -o %t1.ll -x c - < %s && // RUN: clang -emit-ast -o %t.ast %s && -// RUN: clang -emit-llvm -S -o %t2.ll %t.ast && +// RUN: clang -emit-llvm -S -o %t2.ll -x ast - < %t.ast && // RUN: diff %t1.ll %t2.ll -// XFAIL: * int main() { return 0; |

