summaryrefslogtreecommitdiffstats
path: root/clang/test/Sema/attr-malloc.c
diff options
context:
space:
mode:
Diffstat (limited to 'clang/test/Sema/attr-malloc.c')
-rw-r--r--clang/test/Sema/attr-malloc.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/clang/test/Sema/attr-malloc.c b/clang/test/Sema/attr-malloc.c
index 6483ffc4c1a..9970b9de4f9 100644
--- a/clang/test/Sema/attr-malloc.c
+++ b/clang/test/Sema/attr-malloc.c
@@ -1,5 +1,5 @@
-// RUN: clang -Xclang -verify -fsyntax-only %s
-// RUN: clang -emit-llvm -S -o %t %s
+// RUN: %clang -Xclang -verify -fsyntax-only %s
+// RUN: %clang -emit-llvm -S -o %t %s
#include <stdlib.h>
OpenPOWER on IntegriCloud