aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/runner.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/runner.py b/tests/runner.py
index a3235e6a..dd0db277 100644
--- a/tests/runner.py
+++ b/tests/runner.py
@@ -2396,8 +2396,8 @@ if 'benchmark' not in sys.argv:
).replace(
'// {{POST_RUN_ADDITIONS}}',
'''
- print('first changed: ' + (TEST_F1.timestamp.getTime() == 1200000000000));
- print('second changed: ' + (TEST_F2.timestamp.getTime() == 1200000000000));
+ print('first changed: ' + (TEST_F1.timestamp == 1200000000000));
+ print('second changed: ' + (TEST_F2.timestamp == 1200000000000));
'''
)
open(filename, 'w').write(src)