diff options
author | Chris Lattner <sabre@nondot.org> | 2007-10-11 00:18:28 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2007-10-11 00:18:28 +0000 |
commit | 3b427b3ba518f7a7293458c2d3d92eebd8458d87 (patch) | |
tree | c92875d0af402601eeab2f3fd205f7bf1f5c771d /test/Lexer/cxx0x_keyword.cpp | |
parent | 22b73ba6c6bbac2b117f7e27d53ea683ede14c68 (diff) |
rename -parse-ast-print to -ast-print
rename -parse-ast-dump to -ast-dump
remove -parse-ast, which is redundant with -fsyntax-only
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@42852 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Lexer/cxx0x_keyword.cpp')
-rw-r--r-- | test/Lexer/cxx0x_keyword.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Lexer/cxx0x_keyword.cpp b/test/Lexer/cxx0x_keyword.cpp index 267416af28..dd889a1f00 100644 --- a/test/Lexer/cxx0x_keyword.cpp +++ b/test/Lexer/cxx0x_keyword.cpp @@ -1,2 +1,2 @@ -// RUN: clang -parse-ast -verify -std=c++0x %s 2>&1 +// RUN: clang -fsyntax-only -verify -std=c++0x %s 2>&1 int static_assert; /* expected-error {{expected identifier or '('}}} */ |