[pypy-commit] pypy default: fix this test too

2013-03-18 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r62436:e282c55cfd4e Date: 2013-03-18 22:03 -0700 http://bitbucket.org/pypy/pypy/changeset/e282c55cfd4e/ Log:fix this test too diff --git a/rpython/jit/backend/llgraph/runner.py b/rpython/jit/backend/llgraph/runner.py --- a/rpython/jit/backend/l

[pypy-commit] pypy default: fix this test too

2012-10-31 Thread arigo
Author: Armin Rigo Branch: Changeset: r58656:2598c9981962 Date: 2012-10-31 18:18 +0100 http://bitbucket.org/pypy/pypy/changeset/2598c9981962/ Log:fix this test too diff --git a/pypy/module/_multiprocessing/test/test_connection.py b/pypy/module/_multiprocessing/test/test_connection.py --- a