Author: Richard Plangger <planri...@gmail.com>
Branch: 
Changeset: r85020:b35e97b291d7
Date: 2016-06-08 09:00 +0200
http://bitbucket.org/pypy/pypy/changeset/b35e97b291d7/

Log:    (s390x) fixed integer in test, should have been hexadecimal

diff --git a/rpython/translator/platform/arch/test/test_s390x.py 
b/rpython/translator/platform/arch/test/test_s390x.py
--- a/rpython/translator/platform/arch/test/test_s390x.py
+++ b/rpython/translator/platform/arch/test/test_s390x.py
@@ -15,7 +15,7 @@
 processor 0: machine = 12345
 processor 1: version = FF, identification = AF
     """.splitlines())
-    assert ids == [(0, None, None, 12345),
+    assert ids == [(0, None, None, 0x12345),
                    (1, 'FF', 'AF', 0),
                   ]
 
_______________________________________________
pypy-commit mailing list
pypy-commit@python.org
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to