Skip to content

Commit a08ea49

Browse files
fix test
1 parent 75433c1 commit a08ea49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/test/test_generated_cases.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1756,7 +1756,7 @@ def test_stack_save_reload_paired(self):
17561756

17571757
output = """
17581758
TARGET(BALANCED) {
1759-
#if defined(Py_TAIL_CALL_INTERP)
1759+
#if Py_TAIL_CALL_INTERP
17601760
int opcode = BALANCED;
17611761
(void)(opcode);
17621762
#endif

0 commit comments

Comments
 (0)