diff options
| author | Leonard Chan <leonardchan@google.com> | 2019-05-21 20:12:00 +0000 |
|---|---|---|
| committer | Leonard Chan <leonardchan@google.com> | 2019-05-21 20:12:00 +0000 |
| commit | 3af7cf58bb09a3c50effc795caa4abca3410efc3 (patch) | |
| tree | 3ebb343dc6f8b48cb31eba6fba10d6117bcd86d5 /clang/test | |
| parent | 1f4548b5070fb0842227c6b26c55a984ac68020a (diff) | |
| download | bcm5719-llvm-3af7cf58bb09a3c50effc795caa4abca3410efc3.tar.gz bcm5719-llvm-3af7cf58bb09a3c50effc795caa4abca3410efc3.zip | |
Remove unicode character from test
llvm-svn: 361302
Diffstat (limited to 'clang/test')
| -rw-r--r-- | clang/test/SemaObjC/nullability_macro.m | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/clang/test/SemaObjC/nullability_macro.m b/clang/test/SemaObjC/nullability_macro.m index 436bbea9c3c..2e257cd13bc 100644 --- a/clang/test/SemaObjC/nullability_macro.m +++ b/clang/test/SemaObjC/nullability_macro.m @@ -1,12 +1,13 @@ // Test that nullability attributes still get merged even though they are // wrapped with a MacroQualifiedType. This should just compile with no errors. // RUN: %clang_cc1 %s -Wno-objc-root-class -fsyntax-only -verify +// expected-no-diagnostics #define UI_APPEARANCE_SELECTOR __attribute__((annotate("ui_appearance_selector"))) @class UIColor; @interface Test -@property(null_resettable, nonatomic, strong) UIColor *onTintColor UI_APPEARANCE_SELECTOR; // expected-warning{{treating Unicode character as whitespace}} +@property(null_resettable, nonatomic, strong) UIColor *onTintColor UI_APPEARANCE_SELECTOR; @end @implementation Test |

