test: nasm-t -- Fix typo

Signed-off-by: Cyrill Gorcunov <gorcunov@gmail.com>
This commit is contained in:
Cyrill Gorcunov 2018-12-15 14:36:47 +03:00
parent 405556ff69
commit 705472100a
2 changed files with 5 additions and 3 deletions

View File

@ -10,7 +10,7 @@
},
{
"description": "Test errors in .got offsets",
"ref": "gotodd64",
"ref": "gotoff64",
"option": "-DERROR",
"target": [
{ "stderr": "gotoff64.stderr" }

View File

@ -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