diff options
Diffstat (limited to 'test/Frontend/ast-codegen.c')
-rw-r--r-- | test/Frontend/ast-codegen.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Frontend/ast-codegen.c b/test/Frontend/ast-codegen.c index 1fe74d4..bd8a20a 100644 --- a/test/Frontend/ast-codegen.c +++ b/test/Frontend/ast-codegen.c @@ -1,4 +1,4 @@ -// RUN: clang -emit-ast -o %t.ast %s && +// RUN: clang -emit-ast -o %t.ast %s // RUN: clang -emit-llvm -S -o - %t.ast | FileCheck %s // CHECK: module asm "foo" |