From 52e3de597cf689848d1f2929cc195685608a313e Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Sat, 4 Aug 2007 00:18:28 +0000 Subject: [PATCH] fix hang in testsuite git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@40799 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/Parser/builtin_types_compatible.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- 2.40.0