summaryrefslogtreecommitdiff
path: root/travis
diff options
context:
space:
mode:
authorCyrill Gorcunov <gorcunov@gmail.com>2018-12-15 14:36:47 +0300
committerCyrill Gorcunov <gorcunov@gmail.com>2018-12-15 15:39:51 +0300
commit705472100a05f0a7efe74ec5bdb030598d872f90 (patch)
tree203a0fe40dda96e11d1b8838d002129507165405 /travis
parent405556ff69d51085bb79f44e5749246669c79074 (diff)
downloadnasm-705472100a05f0a7efe74ec5bdb030598d872f90.tar.gz
test: nasm-t -- Fix typo
Signed-off-by: Cyrill Gorcunov <gorcunov@gmail.com>
Diffstat (limited to 'travis')
-rw-r--r--travis/test/gotoff64.json2
-rw-r--r--travis/test/gotoff64.stderr6
2 files changed, 5 insertions, 3 deletions
diff --git a/travis/test/gotoff64.json b/travis/test/gotoff64.json
index cc2d109b..02396e53 100644
--- a/travis/test/gotoff64.json
+++ b/travis/test/gotoff64.json
@@ -10,7 +10,7 @@
},
{
"description": "Test errors in .got offsets",
- "ref": "gotodd64",
+ "ref": "gotoff64",
"option": "-DERROR",
"target": [
{ "stderr": "gotoff64.stderr" }
diff --git a/travis/test/gotoff64.stderr b/travis/test/gotoff64.stderr
index 33d77526..f800f201 100644
--- a/travis/test/gotoff64.stderr
+++ b/travis/test/gotoff64.stderr
@@ -1,2 +1,4 @@
-nasm:fatal: no input file specified
-type `nasm -h' for help \ No newline at end of file
+./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 \ No newline at end of file