================
@@ -7,8 +7,8 @@
 
 // This file contains Unicode characters; please do not "fix" them!
 
-extern int x; // expected-warning {{treating Unicode character as whitespace}}
-extern int x; // expected-warning {{treating Unicode character as whitespace}}
+extern int x; // expected-error {{treating character <U+' ' U+00A0> as 
whitespace}}
+extern int x; // expected-error {{treating character <U+' ' U+3000> as 
whitespace}}
----------------
AaronBallman wrote:

`U+' '` looks really odd to me, we only want the second `U+` right?

https://github.com/llvm/llvm-project/pull/210945
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to