mirror of
https://github.com/netwide-assembler/nasm.git
synced 2025-09-22 10:43:39 -04:00
The masmdisp travis test incorrectly contained an expectation of
error, from the bug fixed in checkin
e0959432fe
.
Fix the test to contain the actually expected output.
Signed-off-by: H. Peter Anvin <hpa@zytor.com>
5 lines
454 B
Plaintext
5 lines
454 B
Plaintext
./travis/test/masmdisp.asm:11: warning: 64-bit unsigned relocation zero-extended from 32 bits [-w+zext-reloc]
|
|
./travis/test/masmdisp.asm:23: warning: 64-bit unsigned relocation zero-extended from 32 bits [-w+zext-reloc]
|
|
./travis/test/masmdisp.asm:38: warning: uninitialised space declared in non-BSS section `_BSS': zeroing [-w+zeroing]
|
|
./travis/test/masmdisp.asm:39: warning: uninitialised space declared in non-BSS section `_BSS': zeroing [-w+zeroing]
|