Skip to content

Commit 3caac1a

Browse files
committed
Add back int to test
1 parent 47927cf commit 3caac1a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Lib/test/test_ast/test_ast.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2311,6 +2311,7 @@ def get_load_const(self, tree):
23112311
def test_load_const(self):
23122312
consts = [None,
23132313
True, False,
2314+
1000,
23142315
2.0,
23152316
3j,
23162317
"unicode",

0 commit comments

Comments
 (0)