]> granicus.if.org Git - clang/commitdiff
Fix RUN line so this test doesn't hang.
authorTed Kremenek <kremenek@apple.com>
Thu, 2 Jul 2009 18:44:31 +0000 (18:44 +0000)
committerTed Kremenek <kremenek@apple.com>
Thu, 2 Jul 2009 18:44:31 +0000 (18:44 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@74719 91177308-0d34-0410-b5e6-96231b3b80d8

test/CXX/temp/temp.fct.spec/temp.deduct/sfinae-1.cpp

index b9057b94aa7120201d25da396efbf5542f00dd29..d193fb2ef296d40e86243357dab7aea70e8048e1 100644 (file)
@@ -1,4 +1,4 @@
-// RUN: clang-cc
+// RUN: clang-cc %s
 
 typedef char one_byte;
 struct two_bytes { char data[2]; };