Author: Maciej Fijalkowski <[email protected]>
Branch: jitframe-on-heap
Changeset: r61144:a202d86f7287
Date: 2013-02-12 23:06 +0200
http://bitbucket.org/pypy/pypy/changeset/a202d86f7287/

Log:    fix this test

diff --git a/rpython/jit/backend/llsupport/test/test_runner.py 
b/rpython/jit/backend/llsupport/test/test_runner.py
--- a/rpython/jit/backend/llsupport/test/test_runner.py
+++ b/rpython/jit/backend/llsupport/test/test_runner.py
@@ -22,6 +22,6 @@
 
     # for the individual tests see
     # ====> ../../test/runner_test.py
-    
-    def setup_class(cls):
-        cls.cpu = MyLLCPU(rtyper=None, stats=FakeStats(), opts=None)
+
+    def get_cpu(self):
+        return MyLLCPU(rtyper=None, stats=FakeStats(), opts=None)
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to