summaryrefslogtreecommitdiffstats
path: root/clang/test/Frontend/ast-codegen.c
diff options
context:
space:
mode:
Diffstat (limited to 'clang/test/Frontend/ast-codegen.c')
-rw-r--r--clang/test/Frontend/ast-codegen.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/clang/test/Frontend/ast-codegen.c b/clang/test/Frontend/ast-codegen.c
index bd8a20adb69..b5b2157e21a 100644
--- a/clang/test/Frontend/ast-codegen.c
+++ b/clang/test/Frontend/ast-codegen.c
@@ -1,5 +1,5 @@
-// RUN: clang -emit-ast -o %t.ast %s
-// RUN: clang -emit-llvm -S -o - %t.ast | FileCheck %s
+// RUN: %clang -emit-ast -o %t.ast %s
+// RUN: %clang -emit-llvm -S -o - %t.ast | FileCheck %s
// CHECK: module asm "foo"
__asm__("foo");
OpenPOWER on IntegriCloud