[clang-tools-extra] [llvm] [clang] [CLANG] Fix : More Detailed "No expected directives found" (PR #78338)
Timm Baeder via llvm-commits
llvm-commits at lists.llvm.org
Thu Jan 18 06:31:29 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:
And what is the output now? Both RUN lines only pass `-verify` so the prefix shouldn't change?
https://github.com/llvm/llvm-project/pull/78338
More information about the llvm-commits
mailing list