summaryrefslogtreecommitdiff
path: root/travis
diff options
context:
space:
mode:
authorCyrill Gorcunov <gorcunov@gmail.com>2018-12-15 12:08:02 +0300
committerCyrill Gorcunov <gorcunov@gmail.com>2018-12-15 12:08:02 +0300
commitdfb164b73c3cd572f495a1ac88b001e5512dada8 (patch)
tree43b037bf5b66ee63b38b1ddb7db182a41b970f27 /travis
parente7da0b54557a7ddfc32e8d7866b01d0b577d0e9f (diff)
downloadnasm-dfb164b73c3cd572f495a1ac88b001e5512dada8.tar.gz
test: nasm-t -- Update bcd test
We start printing [-w+other] in warning report. Signed-off-by: Cyrill Gorcunov <gorcunov@gmail.com>
Diffstat (limited to 'travis')
-rw-r--r--travis/test/bcd.stderr4
1 files changed, 2 insertions, 2 deletions
diff --git a/travis/test/bcd.stderr b/travis/test/bcd.stderr
index 9f308462..9c065dc4 100644
--- a/travis/test/bcd.stderr
+++ b/travis/test/bcd.stderr
@@ -1,2 +1,2 @@
-./travis/test/bcd.asm:9: warning: packed BCD truncated to 18 digits
-./travis/test/bcd.asm:20: warning: packed BCD truncated to 18 digits \ No newline at end of file
+./travis/test/bcd.asm:9: warning: packed BCD truncated to 18 digits [-w+other]
+./travis/test/bcd.asm:20: warning: packed BCD truncated to 18 digits [-w+other] \ No newline at end of file