mirror of
https://github.com/netwide-assembler/nasm.git
synced 2025-07-24 10:25:42 -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>
7 lines
564 B
Plaintext
7 lines
564 B
Plaintext
./travis/test/floatb.asm:51: warning: overflow in floating-point constant [-w+float-overflow]
|
|
./travis/test/floatb.asm:52: warning: overflow in floating-point constant [-w+float-overflow]
|
|
./travis/test/floatb.asm:53: warning: overflow in floating-point constant [-w+float-overflow]
|
|
./travis/test/floatb.asm:54: warning: overflow in floating-point constant [-w+float-overflow]
|
|
./travis/test/floatb.asm:55: warning: overflow in floating-point constant [-w+float-overflow]
|
|
./travis/test/floatb.asm:56: warning: overflow in floating-point constant [-w+float-overflow]
|