Also tightened up the test and made a trivial fix to prevent double-newline
after emitting .cpsetup directives.
Details
Details
Diff Detail
Diff Detail
Event Timeline
Comment Actions
LGTM.
test/MC/Mips/cpsetup.s | ||
---|---|---|
36 | It seems that FileCheck does not complain when there's no any previous check line with the same check prefix as the one used with the -NEXT directive. However, could we remove that in order to make explicit the places where we begin to check with a check prefix? There are two-three such cases below too. |
It seems that FileCheck does not complain when there's no any previous check line with the same check prefix as the one used with the -NEXT directive. However, could we remove that in order to make explicit the places where we begin to check with a check prefix? There are two-three such cases below too.