From: Ted Kremenek Date: Thu, 2 Jul 2009 18:44:31 +0000 (+0000) Subject: Fix RUN line so this test doesn't hang. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=41e8c21eb41fca41e2e065e75f01433427858c19;p=clang Fix RUN line so this test doesn't hang. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@74719 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/CXX/temp/temp.fct.spec/temp.deduct/sfinae-1.cpp b/test/CXX/temp/temp.fct.spec/temp.deduct/sfinae-1.cpp index b9057b94aa..d193fb2ef2 100644 --- a/test/CXX/temp/temp.fct.spec/temp.deduct/sfinae-1.cpp +++ b/test/CXX/temp/temp.fct.spec/temp.deduct/sfinae-1.cpp @@ -1,4 +1,4 @@ -// RUN: clang-cc +// RUN: clang-cc %s typedef char one_byte; struct two_bytes { char data[2]; };