diff options
author | Daniel Dunbar <daniel@zuster.org> | 2009-11-29 09:33:10 +0000 |
---|---|---|
committer | Daniel Dunbar <daniel@zuster.org> | 2009-11-29 09:33:10 +0000 |
commit | 8a90ac0e85e8c5758b585fe486ee7db01c53fb98 (patch) | |
tree | 665259e7c19d030248d64f18a78aab45c7b4da41 /test/Coverage/ast-printing.cpp | |
parent | 433dd49283e16e7f48c6697dd9bd53d201500a11 (diff) |
Normalize options to use '-FOO' instead of '--FOO'.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@90071 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Coverage/ast-printing.cpp')
-rw-r--r-- | test/Coverage/ast-printing.cpp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/test/Coverage/ast-printing.cpp b/test/Coverage/ast-printing.cpp index 93c71912f6..d627fca352 100644 --- a/test/Coverage/ast-printing.cpp +++ b/test/Coverage/ast-printing.cpp @@ -1,6 +1,6 @@ -// RUN: clang-cc --fsyntax-only %s -// RUN: clang-cc --ast-print %s -// RUN: clang-cc --ast-dump %s -// FIXME: clang-cc --ast-print-xml -o %t %s +// RUN: clang-cc -fsyntax-only %s +// RUN: clang-cc -ast-print %s +// RUN: clang-cc -ast-dump %s +// FIXME: clang-cc -ast-print-xml -o %t %s #include "cxx-language-features.inc" |