mirror of
https://github.com/netwide-assembler/nasm.git
synced 2025-02-23 17:29:23 +08:00
test: nasm-t -- Fix typo
Signed-off-by: Cyrill Gorcunov <gorcunov@gmail.com>
This commit is contained in:
parent
405556ff69
commit
705472100a
@ -10,7 +10,7 @@
|
||||
},
|
||||
{
|
||||
"description": "Test errors in .got offsets",
|
||||
"ref": "gotodd64",
|
||||
"ref": "gotoff64",
|
||||
"option": "-DERROR",
|
||||
"target": [
|
||||
{ "stderr": "gotoff64.stderr" }
|
||||
|
@ -1,2 +1,4 @@
|
||||
nasm:fatal: no input file specified
|
||||
type `nasm -h' for help
|
||||
./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
|
Loading…
Reference in New Issue
Block a user