From: Chris Lattner Date: Sat, 4 Aug 2007 00:18:28 +0000 (+0000) Subject: fix hang in testsuite X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=52e3de597cf689848d1f2929cc195685608a313e;p=clang fix hang in testsuite git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@40799 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/Parser/builtin_types_compatible.c b/test/Parser/builtin_types_compatible.c index 7b066c8e9a..c9a6df4991 100644 --- a/test/Parser/builtin_types_compatible.c +++ b/test/Parser/builtin_types_compatible.c @@ -1,4 +1,4 @@ -// RUN: clang -parse-ast-check +// RUN: clang -parse-ast-check %s extern void funcInt(int); extern void funcFloat(float);