[llvm] [llvm][test] Fix filecheck annotation typos [1/n] (PR #93673)
Paul T Robinson via llvm-commits
llvm-commits at lists.llvm.org
Wed May 29 07:35:04 PDT 2024
================
@@ -29,7 +29,7 @@ foo:
// CHECK: .long 11
.long "a 0"
-// XXCHCK: .section "a 1,a 2"
+// CHECK: .section "a 1,a 2"
//.section "a 1", "a 2"
----------------
pogo59 wrote:
Try un-commenting, but if that still fails, make this a COM: CHECK:
https://github.com/llvm/llvm-project/pull/93673
More information about the llvm-commits
mailing list