diff options
Diffstat (limited to 'test/Frontend/ast-main.cpp')
-rw-r--r-- | test/Frontend/ast-main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Frontend/ast-main.cpp b/test/Frontend/ast-main.cpp index d3d8471cfc..4bddbe1372 100644 --- a/test/Frontend/ast-main.cpp +++ b/test/Frontend/ast-main.cpp @@ -1,5 +1,5 @@ // RUN: %clang -emit-llvm -S -o %t1.ll -x c++ - < %s -// RUN: %clang -emit-ast -o %t.ast %s +// RUN: %clang -fno-delayed-template-parsing -emit-ast -o %t.ast %s // RUN: %clang -emit-llvm -S -o %t2.ll -x ast - < %t.ast // RUN: diff %t1.ll %t2.ll |