================
@@ -0,0 +1,5 @@
+// RUN: %clang_cc1 -E -fsyntax-only -verify %s
+
+// expected-error@+2{{invalid character ')' character in raw string delimiter; 
use PREFIX( )PREFIX to delimit raw string}}
----------------
jroelofs wrote:

Before this change, the message used to say `character ')' character`. After 
this change, it only says "character" once, which I think is why the test is 
broken: 
https://buildkite.com/llvm-project/clang-ci/builds/12188#018daa42-213c-4e50-8de0-7b27ec43dde0

https://github.com/llvm/llvm-project/pull/81670
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to