Author: Konstantin Lopuhin <[email protected]>
Branch: bridge-logging
Changeset: r62872:48d689bbbfda
Date: 2013-03-28 21:27 +0100
http://bitbucket.org/pypy/pypy/changeset/48d689bbbfda/
Log: remove spurious diff
diff --git a/pypy/tool/jitlogparser/test/test_parser.py
b/pypy/tool/jitlogparser/test/test_parser.py
--- a/pypy/tool/jitlogparser/test/test_parser.py
+++ b/pypy/tool/jitlogparser/test/test_parser.py
@@ -10,7 +10,6 @@
def parse(input, **kwds):
return SimpleParser.parse_from_input(input, **kwds)
-
def test_parse():
ops = parse('''
[i7]
@@ -372,3 +371,4 @@
""")
f = Function.from_operations(loop.operations, LoopStorage())
assert len(f.chunks) == 2
+
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit