diff options
Diffstat (limited to 'clang/test/SemaObjC/property-nonfragile-abi.m')
-rw-r--r-- | clang/test/SemaObjC/property-nonfragile-abi.m | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/clang/test/SemaObjC/property-nonfragile-abi.m b/clang/test/SemaObjC/property-nonfragile-abi.m index 55bf91f383d..3684cb00ebb 100644 --- a/clang/test/SemaObjC/property-nonfragile-abi.m +++ b/clang/test/SemaObjC/property-nonfragile-abi.m @@ -1,4 +1,5 @@ // RUN: %clang_cc1 -fsyntax-only -verify %s +// expected-no-diagnostics typedef signed char BOOL; |