Author: Brian Kearns <[email protected]>
Branch:
Changeset: r71302:a7a4b3c9936f
Date: 2014-05-05 19:45 -0400
http://bitbucket.org/pypy/pypy/changeset/a7a4b3c9936f/
Log: oops, fix test_pypy_c.test_buffers
diff --git a/pypy/module/pypyjit/test_pypy_c/test_buffers.py
b/pypy/module/pypyjit/test_pypy_c/test_buffers.py
--- a/pypy/module/pypyjit/test_pypy_c/test_buffers.py
+++ b/pypy/module/pypyjit/test_pypy_c/test_buffers.py
@@ -56,7 +56,7 @@
guard_false(i99, descr=...)
i100 = int_lshift(i98, 24)
i101 = int_or(i97, i100)
- i102 = getfield_raw(50657056, descr=<FieldS
pypysig_long_struct.c_value 0>)
+ i102 = getfield_raw(\d+, descr=<FieldS pypysig_long_struct.c_value
0>)
i103 = int_lt(i102, 0)
guard_false(i103, descr=...)
""")
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit