pypy/module/__pypy__/test/test_debug.py::AppTestDebug::()::test_debug_read_timestamp
self = <pypy.interpreter.typedef.W_ObjectObjectUserDictWeakrefable object at 0x0000022b63747408>
def test_debug_read_timestamp(self):
from __pypy__ import debug_read_timestamp
a = debug_read_timestamp()
b = debug_read_timestamp()
> assert b > a
E (application-level) AssertionError: assert 889484670674999936 > 889484670674999936
[d:\pypy_stuff\buildbot64\slave\own-win-x86-64\build\pypy\module\__pypy__\test\test_debug.py:52]:5: AssertionError
builder: own-win-x86-64 build #2225
test: pypy/module/__pypy__/test/test_debug/py/AppTestDebug/()/test_debug_read_timestamp