Author: Ronny Pfannschmidt <ronny.pfannschm...@gmx.de>
Branch: stdlib-unification
Changeset: r54350:77f9d750e08f
Date: 2012-04-13 22:55 +0200
http://bitbucket.org/pypy/pypy/changeset/77f9d750e08f/

Log:    fix MODIFID/VANILLA refs of lib-pypy test

diff --git a/pypy/tool/test/test_lib_pypy.py b/pypy/tool/test/test_lib_pypy.py
--- a/pypy/tool/test/test_lib_pypy.py
+++ b/pypy/tool/test/test_lib_pypy.py
@@ -7,8 +7,6 @@
 
 def test_lib_python_exists():
     assert lib_pypy.LIB_PYTHON.check(dir=1)
-    assert lib_pypy.LIB_PYTHON_VANILLA.check(dir=1)
-    assert lib_pypy.LIB_PYTHON_MODIFIED.check(dir=1)
 
 def test_import_from_lib_pypy():
     _functools = lib_pypy.import_from_lib_pypy('_functools')
_______________________________________________
pypy-commit mailing list
pypy-commit@python.org
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to