diff options
-rw-r--r-- | clang/test/SemaObjC/property-nonfragile-abi.m | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/SemaObjC/property-nonfragile-abi.m b/clang/test/SemaObjC/property-nonfragile-abi.m index 3dec8a8fd81..4a211bd2401 100644 --- a/clang/test/SemaObjC/property-nonfragile-abi.m +++ b/clang/test/SemaObjC/property-nonfragile-abi.m @@ -1,4 +1,4 @@ -// RUN: clang -fsyntax-only -arch x86_64 -verify %s +// RUN: clang -fsyntax-only -triple x86_64-apple-darwin9 -verify %s typedef signed char BOOL; |