summaryrefslogtreecommitdiff
path: root/travis
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@zytor.com>2019-06-06 17:17:16 -0700
committerH. Peter Anvin <hpa@zytor.com>2019-06-06 17:17:16 -0700
commit236f4a832b9a226a4492b873aeead022e4ea63b9 (patch)
tree4a4353bc9b01543ab5c8134aa533dcf20c8e1242 /travis
parentd4b20355d224d58944faf0731365f8a3764eb2e5 (diff)
downloadnasm-236f4a832b9a226a4492b873aeead022e4ea63b9.tar.gz
strfunc: better error messages if a string transform fails
Let the user know what string transform actually failed on them. Signed-off-by: H. Peter Anvin <hpa@zytor.com>
Diffstat (limited to 'travis')
-rw-r--r--travis/test/utf-error.stderr6
1 files changed, 3 insertions, 3 deletions
diff --git a/travis/test/utf-error.stderr b/travis/test/utf-error.stderr
index 07ff4fb8..2d2caf1f 100644
--- a/travis/test/utf-error.stderr
+++ b/travis/test/utf-error.stderr
@@ -3,16 +3,16 @@
./travis/test/utf.asm:65: error: unterminated __utf16__ function
./travis/test/utf.asm:65: error: comma expected after operand 2
./travis/test/utf.asm:66: error: unterminated __utf16__ function
-./travis/test/utf.asm:67: error: invalid string for transform
+./travis/test/utf.asm:67: error: invalid input string to __utf16__
./travis/test/utf.asm:69: error: __utf16le__ must be followed by a string constant
./travis/test/utf.asm:70: error: __utf16le__ must be followed by a string constant
./travis/test/utf.asm:71: error: unterminated __utf16le__ function
./travis/test/utf.asm:71: error: comma expected after operand 2
./travis/test/utf.asm:72: error: unterminated __utf16le__ function
-./travis/test/utf.asm:73: error: invalid string for transform
+./travis/test/utf.asm:73: error: invalid input string to __utf16le__
./travis/test/utf.asm:75: error: __utf16be__ must be followed by a string constant
./travis/test/utf.asm:76: error: __utf16be__ must be followed by a string constant
./travis/test/utf.asm:77: error: unterminated __utf16be__ function
./travis/test/utf.asm:77: error: comma expected after operand 2
./travis/test/utf.asm:78: error: unterminated __utf16be__ function
-./travis/test/utf.asm:79: error: invalid string for transform \ No newline at end of file
+./travis/test/utf.asm:79: error: invalid input string to __utf16be__