Skip to content

Commit bf9ff1f

Browse files
committed
Update test
1 parent 0a96b3a commit bf9ff1f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Lib/test/test_capi/test_opt.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1831,6 +1831,7 @@ def testfunc(n):
18311831
self.assertIn("_CALL_STR_1", uops)
18321832
self.assertIn("_BINARY_OP_ADD_UNICODE", uops)
18331833
self.assertNotIn("_GUARD_NOS_UNICODE", uops)
1834+
self.assertNotIn("_GUARD_TOS_UNICODE", uops)
18341835

18351836
def test_call_str_1_result_is_const_for_str_input(self):
18361837
# Test a special case where the argument of str(arg)

0 commit comments

Comments
 (0)