[cfe-commits] r74719 - /cfe/trunk/test/CXX/temp/temp.fct.spec/temp.deduct/sfinae-1.cpp
Ted Kremenek
kremenek at apple.com
Thu Jul 2 11:45:03 PDT 2009
Author: kremenek
Date: Thu Jul 2 13:44:31 2009
New Revision: 74719
URL: http://llvm.org/viewvc/llvm-project?rev=74719&view=rev
Log:
Fix RUN line so this test doesn't hang.
Modified:
cfe/trunk/test/CXX/temp/temp.fct.spec/temp.deduct/sfinae-1.cpp
Modified: cfe/trunk/test/CXX/temp/temp.fct.spec/temp.deduct/sfinae-1.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/CXX/temp/temp.fct.spec/temp.deduct/sfinae-1.cpp?rev=74719&r1=74718&r2=74719&view=diff
==============================================================================
--- cfe/trunk/test/CXX/temp/temp.fct.spec/temp.deduct/sfinae-1.cpp (original)
+++ cfe/trunk/test/CXX/temp/temp.fct.spec/temp.deduct/sfinae-1.cpp Thu Jul 2 13:44:31 2009
@@ -1,4 +1,4 @@
-// RUN: clang-cc
+// RUN: clang-cc %s
typedef char one_byte;
struct two_bytes { char data[2]; };
More information about the cfe-commits
mailing list