diff options
author | Chris Lattner <sabre@nondot.org> | 2007-08-04 00:18:28 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2007-08-04 00:18:28 +0000 |
commit | 2f48d5e2ed2ff6cb4bb4037f23de13e963c1a976 (patch) | |
tree | 2bcd1bfe7fb6d71ae5e0bac8571edd808f569182 | |
parent | c9a15cabdc628b770148bdf104c76c4d867b2f4b (diff) | |
download | bcm5719-llvm-2f48d5e2ed2ff6cb4bb4037f23de13e963c1a976.tar.gz bcm5719-llvm-2f48d5e2ed2ff6cb4bb4037f23de13e963c1a976.zip |
fix hang in testsuite
llvm-svn: 40799
-rw-r--r-- | clang/test/Parser/builtin_types_compatible.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/Parser/builtin_types_compatible.c b/clang/test/Parser/builtin_types_compatible.c index 7b066c8e9ad..c9a6df49916 100644 --- a/clang/test/Parser/builtin_types_compatible.c +++ b/clang/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); |