[pypy-commit] pypy split-rpython: Fixed missing import of math in test_ll_math #2

2013-01-08 Thread Aquana
Author: Alexander Hesse Branch: split-rpython Changeset: r59881:ccb69ed1d20c Date: 2013-01-08 23:47 +0100 http://bitbucket.org/pypy/pypy/changeset/ccb69ed1d20c/ Log:Fixed missing import of math in test_ll_math #2 diff --git a/pypy/module/math/test/test_direct.py b/pypy/module/math/test/test

[pypy-commit] pypy split-rpython: Fixed missing import of math in test_ll_math

2013-01-08 Thread Aquana
Author: Alexander Hesse Branch: split-rpython Changeset: r59879:668748ed1fc4 Date: 2013-01-08 23:26 +0100 http://bitbucket.org/pypy/pypy/changeset/668748ed1fc4/ Log:Fixed missing import of math in test_ll_math diff --git a/rpython/rtyper/lltypesystem/module/test/test_ll_math.py b/rpython/rt