diff options
-rw-r--r-- | test/SemaObjC/property-nonfragile-abi.m | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/SemaObjC/property-nonfragile-abi.m b/test/SemaObjC/property-nonfragile-abi.m index 3dec8a8fd8..4a211bd240 100644 --- a/test/SemaObjC/property-nonfragile-abi.m +++ b/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; |