[pypy-commit] pypy space-newtext: fix test for py3.5

2017-02-15 Thread arigo
Author: Armin Rigo Branch: space-newtext Changeset: r90146:1bb0b9c53e51 Date: 2017-02-15 11:37 +0100 http://bitbucket.org/pypy/pypy/changeset/1bb0b9c53e51/ Log:fix test for py3.5 diff --git a/pypy/objspace/std/test/test_obj.py b/pypy/objspace/std/test/test_obj.py --- a/pypy/objspace/std/tes

[pypy-commit] pypy space-newtext: Fix test for py3.5

2017-02-15 Thread arigo
Author: Armin Rigo Branch: space-newtext Changeset: r90145:da67900609d3 Date: 2017-02-15 10:35 +0100 http://bitbucket.org/pypy/pypy/changeset/da67900609d3/ Log:Fix test for py3.5 diff --git a/pypy/interpreter/test/test_gateway.py b/pypy/interpreter/test/test_gateway.py --- a/pypy/interprete

[pypy-commit] pypy space-newtext: fix test

2016-11-22 Thread cfbolz
Author: Carl Friedrich Bolz Branch: space-newtext Changeset: r88542:8e45f3d71f75 Date: 2016-11-21 12:59 +0100 http://bitbucket.org/pypy/pypy/changeset/8e45f3d71f75/ Log:fix test diff --git a/pypy/interpreter/test/test_typedef.py b/pypy/interpreter/test/test_typedef.py --- a/pypy/interpreter