Fix mmix assembler test to account for changes in the error messages produced by the assembler.
PR gas/20896 * testsuite/gas/mmix/err-byte1.s: Adjust expected warning messages to account for patch to next_char_of_string.
This commit is contained in:
parent
39eeab2534
commit
5e359a63b7
@ -1,3 +1,9 @@
|
||||
2016-12-06 Nick Clifton <nickc@redhat.com>
|
||||
|
||||
PR gas/20896
|
||||
* testsuite/gas/mmix/err-byte1.s: Adjust expected warning messages
|
||||
to account for patch to next_char_of_string.
|
||||
|
||||
2016-12-05 Nick Clifton <nickc@redhat.com>
|
||||
|
||||
PR gas/20902
|
||||
|
@ -1,6 +1,7 @@
|
||||
% { dg-do assemble { target mmix-*-* } }
|
||||
% { dg-error "unterminated string|missing closing" "" { target mmix-*-* } 10 }
|
||||
% { dg-bogus "end of file" "" { xfail mmix-*-* } 0 }
|
||||
% { dg-error "unterminated string|missing closing" "" { target mmix-*-* } 11 }
|
||||
% { dg-error "unterminated string|missing closing" "" { target mmix-*-* } 13 }
|
||||
% { dg-warning "end of file" "" { target mmix-*-* } 0 }
|
||||
|
||||
# Note that the error is detected in the preformatter, before the text
|
||||
# gets to the assembler. It also gets confused about the unterminated
|
||||
|
Loading…
Reference in New Issue
Block a user