[cfe-commits] r86053 - /cfe/trunk/test/SemaTemplate/example-dynarray.cpp
John Thompson
John.Thompson.JTSoftware at gmail.com
Wed Nov 4 13:52:18 PST 2009
Author: jtsoftware
Date: Wed Nov 4 15:52:17 2009
New Revision: 86053
URL: http://llvm.org/viewvc/llvm-project?rev=86053&view=rev
Log:
Fixed for running on Windows.
Modified:
cfe/trunk/test/SemaTemplate/example-dynarray.cpp
Modified: cfe/trunk/test/SemaTemplate/example-dynarray.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/SemaTemplate/example-dynarray.cpp?rev=86053&r1=86052&r2=86053&view=diff
==============================================================================
--- cfe/trunk/test/SemaTemplate/example-dynarray.cpp (original)
+++ cfe/trunk/test/SemaTemplate/example-dynarray.cpp Wed Nov 4 15:52:17 2009
@@ -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>
More information about the cfe-commits
mailing list