]> granicus.if.org Git - clang/commitdiff
Fixed for running on Windows.
authorJohn Thompson <John.Thompson.JTSoftware@gmail.com>
Wed, 4 Nov 2009 21:52:17 +0000 (21:52 +0000)
committerJohn Thompson <John.Thompson.JTSoftware@gmail.com>
Wed, 4 Nov 2009 21:52:17 +0000 (21:52 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@86053 91177308-0d34-0410-b5e6-96231b3b80d8

test/SemaTemplate/example-dynarray.cpp

index 0b8d605b623d23cb0902269fc1182b7e84e41b10..2b752b4f1f49020b3c34146f6b7b465d69a33026 100644 (file)
@@ -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>