commit | 8ee15dc2e2a9573b2852326650813111d7647909 | [log] [tgz] |
---|---|---|
author | Daniel Dunbar <daniel@zuster.org> | Tue Nov 17 10:14:55 2009 +0000 |
committer | Daniel Dunbar <daniel@zuster.org> | Tue Nov 17 10:14:55 2009 +0000 |
tree | ffa5c04912c444634ad3550976d1571f0d0320ae | |
parent | d71b6410f979f6467db88f026a854375260dba41 [diff] [blame] |
Use clang to run tests which include headers from the system. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@89085 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/test/SemaTemplate/example-dynarray.cpp b/test/SemaTemplate/example-dynarray.cpp index 2b752b4..6f3e58e 100644 --- a/test/SemaTemplate/example-dynarray.cpp +++ b/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>