MaskRay added inline comments.

================
Comment at: llvm/test/MC/RISCV/zawrs-invalid.s:4
+# WRS doesn't take immediates
+wrs 1 # CHECK: :[[@LINE]]:5: error: invalid operand for instruction
+
----------------
`[[@LINE]]` is a deprecated FileCheck feature.

Use `[[#@LINE]]`

Note: you can place negative tests with the positive test file. Search `.ifndef 
err`.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D128235/new/

https://reviews.llvm.org/D128235

_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to