summaryrefslogtreecommitdiffstats
path: root/clang/test/SemaTemplate/example-dynarray.cpp
diff options
context:
space:
mode:
authorDaniel Dunbar <daniel@zuster.org>2009-11-17 10:14:55 +0000
committerDaniel Dunbar <daniel@zuster.org>2009-11-17 10:14:55 +0000
commit633d5b3ee275a143efc44cc066cb65e275f7c734 (patch)
treefcce2fda67603dc44f0a1e8a8c4b3cbcbc7c9095 /clang/test/SemaTemplate/example-dynarray.cpp
parentcba26d4dc543bcd7b004fc36a7d26d0ea6f2864b (diff)
downloadbcm5719-llvm-633d5b3ee275a143efc44cc066cb65e275f7c734.tar.gz
bcm5719-llvm-633d5b3ee275a143efc44cc066cb65e275f7c734.zip
Use clang to run tests which include headers from the system.
llvm-svn: 89085
Diffstat (limited to 'clang/test/SemaTemplate/example-dynarray.cpp')
-rw-r--r--clang/test/SemaTemplate/example-dynarray.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/SemaTemplate/example-dynarray.cpp b/clang/test/SemaTemplate/example-dynarray.cpp
index 2b752b4f1f4..6f3e58e32ab 100644
--- a/clang/test/SemaTemplate/example-dynarray.cpp
+++ b/clang/test/SemaTemplate/example-dynarray.cpp
@@ -1,4 +1,4 @@
-// RUN: clang-cc -emit-llvm-only %s
+// RUN: clang -emit-llvm -S -o %t %s
#include <stddef.h>
#include <stdlib.h>
#include <assert.h>
OpenPOWER on IntegriCloud