diff options
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" |