diff options
| author | John Thompson <John.Thompson.JTSoftware@gmail.com> | 2009-11-04 21:52:17 +0000 |
|---|---|---|
| committer | John Thompson <John.Thompson.JTSoftware@gmail.com> | 2009-11-04 21:52:17 +0000 |
| commit | f174268a1f10a6b23b9c5eb8684d185437bb4252 (patch) | |
| tree | 52c92c330717ac3eb2b449f1a3290f8b2b129971 /clang/test/SemaTemplate/example-dynarray.cpp | |
| parent | 4d0c38ad9544546cf5723484dd5f40c6239a7220 (diff) | |
| download | bcm5719-llvm-f174268a1f10a6b23b9c5eb8684d185437bb4252.tar.gz bcm5719-llvm-f174268a1f10a6b23b9c5eb8684d185437bb4252.zip | |
Fixed for running on Windows.
llvm-svn: 86053
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 0b8d605b623..2b752b4f1f4 100644 --- a/clang/test/SemaTemplate/example-dynarray.cpp +++ b/clang/test/SemaTemplate/example-dynarray.cpp @@ -1,4 +1,4 @@ -// RUN: clang %s -o %t +// RUN: clang-cc -emit-llvm-only %s #include <stddef.h> #include <stdlib.h> #include <assert.h> |

