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

via llvm-commits llvm-commits at lists.llvm.org
Wed May 29 12:15:21 PDT 2024


================
@@ -30,7 +30,7 @@ foo:
         .long "a 0"
 
 // CHECK: .section "a 1,a 2"
-//.section "a 1", "a 2"
+.section "a 1", "a 2"
----------------
klensy wrote:

```
<stdin>:24:2: note: possible intended match here
 .section a 1,"a 2"
```

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


More information about the llvm-commits mailing list