Skip to content

Commit 89ad71b

Browse files
author
rocky
committed
Test PyPy 2.7
1 parent 5e824db commit 89ad71b

File tree

9 files changed

+1
-1
lines changed

9 files changed

+1
-1
lines changed

pytest/test_disasm.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ def run_check_disasm(test_tuple, function_to_test):
9898
[
9999
("01_fstring", "3.6", ["classic", "xasm"]),
100100
# ("01_fstring", "3.10"), # FIXME
101-
("04_pypy_lambda", "2.7PyPy", ["classic", "xasm"]),
101+
("04_pypy_lambda", "2.7pypy", ["classic", "xasm"]),
102102
("03_big_dict", "2.7", ["classic", "xasm"]),
103103
("03_big_dict", "3.3", ["classic", "xasm"]),
104104
("03_big_dict", "3.5", ["classic", "xasm"]),
File renamed without changes.
File renamed without changes.

pytest/testdata/multi-fn-2.7.pyc

-503 Bytes
Binary file not shown.

pytest/testdata/multi-fn-3.6.pyc

-523 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)