Details
Details
Diff Detail
Diff Detail
Event Timeline
Comment Actions
LGTM with the CHECK-NOT corrected.
test/MC/Mips/set-oddspreg-nooddspreg-error.s | ||
---|---|---|
6 | Deleting the number will prevent it ever matching. You need a regex '{{[0-9]+}}'. |
Deleting the number will prevent it ever matching. You need a regex '{{[0-9]+}}'.