From 5e4c75f4ef95db6fb848e8bfd5e09efc8a81f1fd Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Thu, 11 Oct 2007 00:18:28 +0000 Subject: 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 --- clang/test/Parser/if-scope-c90.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'clang/test/Parser/if-scope-c90.c') 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) { -- cgit v1.2.3