[nasm:nasm-2.15.xx] travis: utf-error.stderr: remove unnecessary error message

nasm-bot for H. Peter Anvin (Intel) hpa at zytor.com
Fri Jun 5 13:24:05 PDT 2020


Commit-ID:  30dda0b4bb92d0525a9cb615abc3768239d0afe0
Gitweb:     http://repo.or.cz/w/nasm.git?a=commitdiff;h=30dda0b4bb92d0525a9cb615abc3768239d0afe0
Author:     H. Peter Anvin (Intel) <hpa at zytor.com>
AuthorDate: Fri, 5 Jun 2020 13:22:32 -0700
Committer:  H. Peter Anvin (Intel) <hpa at zytor.com>
CommitDate: Fri, 5 Jun 2020 13:22:32 -0700

travis: utf-error.stderr: remove unnecessary error message

The error message "comma expected after operand 2" no longer
occurs in this program, this is an acceptable divergence, however.

Signed-off-by: H. Peter Anvin (Intel) <hpa at zytor.com>


---
 travis/test/utf-error.stderr | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/travis/test/utf-error.stderr b/travis/test/utf-error.stderr
index c4b74a20..5d2786da 100644
--- a/travis/test/utf-error.stderr
+++ b/travis/test/utf-error.stderr
@@ -1,18 +1,15 @@
 ./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: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: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?__


More information about the Nasm-commits mailing list