[pypy-commit] pypy default: fix test
arigo
noreply at buildbot.pypy.org
Fri Nov 28 14:20:08 CET 2014
Author: Armin Rigo <arigo at tunes.org>
Branch:
Changeset: r74751:4a150158f334
Date: 2014-11-28 14:19 +0100
http://bitbucket.org/pypy/pypy/changeset/4a150158f334/
Log: fix test
diff --git a/rpython/jit/codewriter/test/test_flatten.py b/rpython/jit/codewriter/test/test_flatten.py
--- a/rpython/jit/codewriter/test/test_flatten.py
+++ b/rpython/jit/codewriter/test/test_flatten.py
@@ -297,21 +297,27 @@
int_return $-1
---
L1:
+ -live-
int_return $61
---
L2:
+ -live-
int_return $511
---
L3:
+ -live-
int_return $-22
---
L4:
+ -live-
int_return $81
---
L5:
+ -live-
int_return $17
---
L6:
+ -live-
int_return $54
""")
More information about the pypy-commit
mailing list