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/CompoundStmtScope.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'clang/test/Parser/CompoundStmtScope.c') diff --git a/clang/test/Parser/CompoundStmtScope.c b/clang/test/Parser/CompoundStmtScope.c index 4d1da43e25b..9aadbceac13 100644 --- a/clang/test/Parser/CompoundStmtScope.c +++ b/clang/test/Parser/CompoundStmtScope.c @@ -1,4 +1,4 @@ -// RUN: clang -parse-ast -verify %s +// RUN: clang -fsyntax-only -verify %s int foo() { { -- cgit v1.2.3