Author: Armin Rigo <[email protected]>
Branch:
Changeset: r67461:0138c06ab49c
Date: 2013-10-17 16:44 +0200
http://bitbucket.org/pypy/pypy/changeset/0138c06ab49c/
Log: Maybe fix the test for 32-bit
diff --git a/pypy/module/pypyjit/test_pypy_c/test_string.py
b/pypy/module/pypyjit/test_pypy_c/test_string.py
--- a/pypy/module/pypyjit/test_pypy_c/test_string.py
+++ b/pypy/module/pypyjit/test_pypy_c/test_string.py
@@ -245,7 +245,7 @@
guard_not_invalidated(descr=...)
p52 =
call(ConstClass(str_decode_ascii__raise_unicode_exception_decode),
ConstPtr(ptr38), 3, 1, descr=<Callr . rii EF=4>)
guard_no_exception(descr=...)
- p53 = getfield_gc_pure(p52, descr=<FieldP tuple2.item0 8>)
+ p53 = getfield_gc_pure(p52, descr=<FieldP tuple2.item0 .>)
guard_nonnull(p53, descr=...)
--TICK--
jump(..., descr=...)
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit