[llvm] [clang] [clang-tools-extra] [CLANG] Fix : More Detailed "No expected directives found" (PR #78338)
Timm Baeder via cfe-commits
cfe-commits at lists.llvm.org
Fri Jan 19 00:52:39 PST 2024
================
@@ -11,7 +11,7 @@
#error
// expected-error at -1 {{}}
-// CHECK: error: no expected directives found: consider use of 'expected-no-diagnostics'
+// CHECK: error: no expected directives found: consider use of '{{.*}}-no-diagnostics'
----------------
tbaederr wrote:
This test only passes `-verify` though, what's the new output and why doesn't the old expected output work?
https://github.com/llvm/llvm-project/pull/78338
More information about the cfe-commits
mailing list