[pypy-svn] r36695 - pypy/dist/pypy/jit/codegen/test

ericvrp at codespeak.net ericvrp at codespeak.net
Sat Jan 13 19:30:55 CET 2007


Author: ericvrp
Date: Sat Jan 13 19:30:54 2007
New Revision: 36695

Modified:
   pypy/dist/pypy/jit/codegen/test/rgenop_tests.py
Log:
added builder.end()


Modified: pypy/dist/pypy/jit/codegen/test/rgenop_tests.py
==============================================================================
--- pypy/dist/pypy/jit/codegen/test/rgenop_tests.py	(original)
+++ pypy/dist/pypy/jit/codegen/test/rgenop_tests.py	Sat Jan 13 19:30:54 2007
@@ -803,6 +803,7 @@
         builder, gv_verysmall_callable, [gv_x] = rgenop.newgraph(sigtoken,
                                                                  "verysmall")
         builder.finish_and_return(sigtoken, rgenop.genconst(17))
+        builder.end()
 
         builder, gv_callable, [gv_x] = rgenop.newgraph(sigtoken,
                                                        "jtbwmv")



More information about the Pypy-commit mailing list