diff options
Diffstat (limited to 'test/Coverage/ast-printing.m')
-rw-r--r-- | test/Coverage/ast-printing.m | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/test/Coverage/ast-printing.m b/test/Coverage/ast-printing.m index 81c3a6b0ba53b..d9909b2859156 100644 --- a/test/Coverage/ast-printing.m +++ b/test/Coverage/ast-printing.m @@ -1,5 +1,5 @@ -// RUN: %clang_cc1 -fsyntax-only -fobjc-exceptions %s -// RUN: %clang_cc1 -ast-print -fobjc-exceptions %s -// RUN: %clang_cc1 -ast-dump -fobjc-exceptions %s +// RUN: %clang_cc1 -triple x86_64-apple-macosx10.10 -fsyntax-only -fobjc-exceptions %s +// RUN: %clang_cc1 -triple x86_64-apple-macosx10.10 -ast-print -fobjc-exceptions %s +// RUN: %clang_cc1 -triple x86_64-apple-macosx10.10 -ast-dump -fobjc-exceptions %s #include "objc-language-features.inc" |