From 4188aed02867010e5282e1611560963646e09e20 Mon Sep 17 00:00:00 2001 From: John Thompson Date: Wed, 4 Nov 2009 21:52:17 +0000 Subject: [PATCH] Fixed for running on Windows. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@86053 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/SemaTemplate/example-dynarray.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/SemaTemplate/example-dynarray.cpp b/test/SemaTemplate/example-dynarray.cpp index 0b8d605b62..2b752b4f1f 100644 --- a/test/SemaTemplate/example-dynarray.cpp +++ b/test/SemaTemplate/example-dynarray.cpp @@ -1,4 +1,4 @@ -// RUN: clang %s -o %t +// RUN: clang-cc -emit-llvm-only %s #include #include #include -- 2.40.0