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