mirror of
https://github.com/netwide-assembler/nasm.git
synced 2025-09-22 10:43:39 -04:00
Currently we strip newlines from files on read and write procedures for better diff output, but as being pointed by hpa@ this makes quite inconvenient to work with tests in a manual mode. Thus lets left outputs as is. We have to update all tests with template outputs since by default output streams are ending with newline. Signed-off-by: Cyrill Gorcunov <gorcunov@gmail.com>
5 lines
357 B
Plaintext
5 lines
357 B
Plaintext
./travis/test/gotoff64.asm:9: error: ELF64 requires ..gotoff references to be qword absolute
|
|
./travis/test/gotoff64.asm:10: error: ELF64 requires ..gotoff references to be qword absolute
|
|
./travis/test/gotoff64.asm:19: error: ELF64 requires ..gotoff references to be qword
|
|
./travis/test/gotoff64.asm:20: error: ELF64 requires ..gotoff references to be qword
|