Author: Armin Rigo <[email protected]>
Branch: vmprof-review
Changeset: r78364:aaeabb51b59a
Date: 2015-06-30 15:16 +0200
http://bitbucket.org/pypy/pypy/changeset/aaeabb51b59a/

Log:    Fix this test

diff --git a/pypy/module/_vmprof/test/test_direct.py 
b/pypy/module/_vmprof/test/test_direct.py
--- a/pypy/module/_vmprof/test/test_direct.py
+++ b/pypy/module/_vmprof/test/test_direct.py
@@ -17,6 +17,8 @@
 """)
 
 lib = ffi.verify("""
+#define PYPY_JIT_CODEMAP
+
 volatile int pypy_codemap_currently_invalid = 0;
 
 long buffer[] = {0, 0, 0, 0, 0};
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to