[pypy-commit] pypy default: somehow it ate my bracket

fijal pypy.commits at gmail.com
Sat Feb 6 05:29:22 EST 2016


Author: fijal
Branch: 
Changeset: r82097:32b3efa1db67
Date: 2016-02-06 11:27 +0100
http://bitbucket.org/pypy/pypy/changeset/32b3efa1db67/

Log:	somehow it ate my bracket

diff --git a/pypy/module/_vmprof/test/test_direct.py b/pypy/module/_vmprof/test/test_direct.py
--- a/pypy/module/_vmprof/test/test_direct.py
+++ b/pypy/module/_vmprof/test/test_direct.py
@@ -69,4 +69,4 @@
         result = ffi.cast("void**", buf)
         res = lib.vmprof_write_header_for_jit_addr(result, 0, ffi.NULL, 100)
         assert res == 10
-        assert [x for x in buf] == [6, 0, 3, 16, 3, 12, 3, 8, 3, 4
+        assert [x for x in buf] == [6, 0, 3, 16, 3, 12, 3, 8, 3, 4]


More information about the pypy-commit mailing list