From 3af7cf58bb09a3c50effc795caa4abca3410efc3 Mon Sep 17 00:00:00 2001 From: Leonard Chan Date: Tue, 21 May 2019 20:12:00 +0000 Subject: Remove unicode character from test llvm-svn: 361302 --- clang/test/SemaObjC/nullability_macro.m | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'clang/test') 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 -- cgit v1.2.3