Author: Maciej Fijalkowski <fij...@gmail.com>
Branch: 
Changeset: r44396:4836f121496e
Date: 2011-05-24 09:56 +0200
http://bitbucket.org/pypy/pypy/changeset/4836f121496e/

Log:    fix tests

diff --git a/pypy/rlib/test/test_debug.py b/pypy/rlib/test/test_debug.py
--- a/pypy/rlib/test/test_debug.py
+++ b/pypy/rlib/test/test_debug.py
@@ -2,7 +2,7 @@
 import py
 from pypy.rlib.debug import check_annotation, make_sure_not_resized
 from pypy.rlib.debug import debug_print, debug_start, debug_stop
-from pypy.rlib.debug import have_debug_prints, debug_offset
+from pypy.rlib.debug import have_debug_prints, debug_offset, debug_flush
 from pypy.rlib.debug import check_nonneg, IntegerCanBeNegative
 from pypy.rlib import debug
 from pypy.rpython.test.test_llinterp import interpret
_______________________________________________
pypy-commit mailing list
pypy-commit@python.org
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to