aboutsummaryrefslogtreecommitdiff
path: root/test/Frontend/ast-main.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/Frontend/ast-main.c')
-rw-r--r--test/Frontend/ast-main.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/Frontend/ast-main.c b/test/Frontend/ast-main.c
index ef072b92f9c1..43237a12ef59 100644
--- a/test/Frontend/ast-main.c
+++ b/test/Frontend/ast-main.c
@@ -1,6 +1,6 @@
-// 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 -x ast - < %t.ast
+// 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 -x ast - < %t.ast
// RUN: diff %t1.ll %t2.ll
int main() {