Skip to content

Commit f3b8570

Browse files
committed
Update tests
1 parent d265a59 commit f3b8570

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/test/test_sysconfig.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -633,7 +633,7 @@ def test_abiflags(self):
633633
# '_' can only followed by 'd'
634634
self.assertIn(
635635
ABIFLAGS,
636-
tuple(flag.replace('d', '_d') for flag in valid_abiflags),
636+
tuple(flags.replace('d', '_d') for flags in valid_abiflags),
637637
)
638638
else:
639639
# Example values: '', 't', 'td', 'd'

0 commit comments

Comments
 (0)