[PATCH] D17665: Fix LLD tests that used CHECK-NEXT-NOT

George Rimar via llvm-commits llvm-commits at lists.llvm.org
Sun Feb 28 03:14:11 PST 2016


grimar added inline comments.

================
Comment at: test/ELF/plt.s:112
@@ -111,3 +111,3 @@
 // DISASM2-NEXT:  1104b:  e9 d0 ff ff ff      jmp -48 <.plt>
-// DISASM2-NEXT-NOT: 110C0
+// DISASM2-NOT: 110C0
 
----------------
please format this accordinly here then (add a 2 spaces after ':'):


```
// DISASM2-NEXT:  1104b:  e9 d0 ff ff ff      jmp -48 <.plt>
// DISASM2-NOT:   110C0
```


http://reviews.llvm.org/D17665





More information about the llvm-commits mailing list