summaryrefslogtreecommitdiff
path: root/travis
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@zytor.com>2019-09-12 18:36:18 -0700
committerH. Peter Anvin <hpa@zytor.com>2019-09-12 18:36:18 -0700
commit02d68d3da01891d270e2a494c61e318855b1401d (patch)
tree8b0470b5260605a66ec95735c678b0491d92b5f7 /travis
parent14f0328aa18b6aeb8b74dc6f73369a992d04ff30 (diff)
downloadnasm-02d68d3da01891d270e2a494c61e318855b1401d.tar.gz
travis utf-error test: update error messages
Update error messages to match the new __?*?__ namespace. Signed-off-by: H. Peter Anvin (Intel) <hpa@zytor.com>
Diffstat (limited to 'travis')
-rw-r--r--travis/test/utf-error.stderr30
1 files changed, 15 insertions, 15 deletions
diff --git a/travis/test/utf-error.stderr b/travis/test/utf-error.stderr
index 2d2caf1f..c4b74a20 100644
--- a/travis/test/utf-error.stderr
+++ b/travis/test/utf-error.stderr
@@ -1,18 +1,18 @@
-./travis/test/utf.asm:63: error: __utf16__ must be followed by a string constant
-./travis/test/utf.asm:64: error: __utf16__ must be followed by a string constant
-./travis/test/utf.asm:65: error: unterminated __utf16__ function
+./travis/test/utf.asm:63: error: __?utf16?__ must be followed by a string constant
+./travis/test/utf.asm:64: error: __?utf16?__ must be followed by a string constant
+./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 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:66: error: unterminated __?utf16?__ function
+./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 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:72: error: unterminated __?utf16le?__ function
+./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 input string to __utf16be__
+./travis/test/utf.asm:78: error: unterminated __?utf16be?__ function
+./travis/test/utf.asm:79: error: invalid input string to __?utf16be?__