diff options
author | Daniel Dunbar <daniel@zuster.org> | 2009-11-17 10:14:55 +0000 |
---|---|---|
committer | Daniel Dunbar <daniel@zuster.org> | 2009-11-17 10:14:55 +0000 |
commit | 633d5b3ee275a143efc44cc066cb65e275f7c734 (patch) | |
tree | fcce2fda67603dc44f0a1e8a8c4b3cbcbc7c9095 /clang/test/SemaTemplate/example-dynarray.cpp | |
parent | cba26d4dc543bcd7b004fc36a7d26d0ea6f2864b (diff) | |
download | bcm5719-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.cpp | 2 |
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> |