summaryrefslogtreecommitdiffstats
path: root/clang/test/Parser/if-scope-c90.c
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2007-10-11 00:18:28 +0000
committerChris Lattner <sabre@nondot.org>2007-10-11 00:18:28 +0000
commit5e4c75f4ef95db6fb848e8bfd5e09efc8a81f1fd (patch)
tree47bfc858bcc843d6028a3e357e388232fb45c8e3 /clang/test/Parser/if-scope-c90.c
parent41eee516d7475983a656bb3eab6c7d285d949e7d (diff)
downloadbcm5719-llvm-5e4c75f4ef95db6fb848e8bfd5e09efc8a81f1fd.tar.gz
bcm5719-llvm-5e4c75f4ef95db6fb848e8bfd5e09efc8a81f1fd.zip
rename -parse-ast-print to -ast-print
rename -parse-ast-dump to -ast-dump remove -parse-ast, which is redundant with -fsyntax-only llvm-svn: 42852
Diffstat (limited to 'clang/test/Parser/if-scope-c90.c')
-rw-r--r--clang/test/Parser/if-scope-c90.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/Parser/if-scope-c90.c b/clang/test/Parser/if-scope-c90.c
index 1623eb00093..43a3676ca48 100644
--- a/clang/test/Parser/if-scope-c90.c
+++ b/clang/test/Parser/if-scope-c90.c
@@ -1,4 +1,4 @@
-// RUN: clang -parse-ast -verify --std=c90 %s
+// RUN: clang -fsyntax-only -verify --std=c90 %s
int f (int z)
{
OpenPOWER on IntegriCloud