summaryrefslogtreecommitdiffstats
path: root/clang/test/SemaTemplate/example-dynarray.cpp
diff options
context:
space:
mode:
authorJohn Thompson <John.Thompson.JTSoftware@gmail.com>2009-11-04 21:52:17 +0000
committerJohn Thompson <John.Thompson.JTSoftware@gmail.com>2009-11-04 21:52:17 +0000
commitf174268a1f10a6b23b9c5eb8684d185437bb4252 (patch)
tree52c92c330717ac3eb2b449f1a3290f8b2b129971 /clang/test/SemaTemplate/example-dynarray.cpp
parent4d0c38ad9544546cf5723484dd5f40c6239a7220 (diff)
downloadbcm5719-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.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 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>
OpenPOWER on IntegriCloud