mirror of
https://github.com/python/cpython.git
synced 2025-08-30 21:48:47 +00:00
Fix trivial typo in test_interpreters (GH-113381)
This commit is contained in:
parent
593b4d81d2
commit
8bce593a63
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
from . import load_tests
|
||||
import unittest
|
||||
|
||||
nittest.main()
|
||||
unittest.main()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue