Author: Konstantin Lopuhin <[email protected]>
Branch: bridge-logging
Changeset: r62873:15280d161e06
Date: 2013-03-28 21:29 +0100
http://bitbucket.org/pypy/pypy/changeset/15280d161e06/
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
@@ -6,10 +6,10 @@
import py, sys
from rpython.jit.backend.detect_cpu import autodetect_main_model
-
def parse(input, **kwds):
return SimpleParser.parse_from_input(input, **kwds)
+
def test_parse():
ops = parse('''
[i7]
@@ -371,4 +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