commit | 4188aed02867010e5282e1611560963646e09e20 | [log] [tgz] |
---|---|---|
author | John Thompson <John.Thompson.JTSoftware@gmail.com> | Wed Nov 04 21:52:17 2009 +0000 |
committer | John Thompson <John.Thompson.JTSoftware@gmail.com> | Wed Nov 04 21:52:17 2009 +0000 |
tree | 7808f68af6cf3be1fd246dabad6255696c8ac338 | |
parent | ff5243981e2f6fb4a11ab7b81bf7accc226f2647 [diff] [blame] |
Fixed for running on Windows. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@86053 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/test/SemaTemplate/example-dynarray.cpp b/test/SemaTemplate/example-dynarray.cpp index 0b8d605..2b752b4 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 <stddef.h> #include <stdlib.h> #include <assert.h>