Author: Maciej Fijalkowski <[email protected]>
Branch: split-rpython
Changeset: r60079:4450811557b3
Date: 2013-01-15 11:30 +0200
http://bitbucket.org/pypy/pypy/changeset/4450811557b3/
Log: fix another test
diff --git a/rpython/rtyper/lltypesystem/module/test/test_ll_math.py
b/rpython/rtyper/lltypesystem/module/test/test_ll_math.py
--- a/rpython/rtyper/lltypesystem/module/test/test_ll_math.py
+++ b/rpython/rtyper/lltypesystem/module/test/test_ll_math.py
@@ -296,7 +296,7 @@
assert expected == OverflowError, "%s: got an OverflowError" % (
repr,)
else:
- if not (expected)(got):
+ if not get_tester(expected)(got):
raise AssertionError("%r: got %r, expected %r" %
(repr, got, expected))
#
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit