[llvm] [llvm][test] Fix filecheck annotation typos [1/n] (PR #93673)

via llvm-commits llvm-commits at lists.llvm.org
Wed May 29 07:27:45 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"
----------------
klensy wrote:

Should i uncomment .section or?

https://github.com/llvm/llvm-project/pull/93673


More information about the llvm-commits mailing list