File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 3
3
from test .support import check_sanitizer
4
4
5
5
if check_sanitizer (address = True , memory = True ):
6
- raise unittest .SkipTest ("Tests involvin libX11 can SEGFAULT on ASAN/MSAN builds" )
6
+ raise unittest .SkipTest ("Tests involving libX11 can SEGFAULT on ASAN/MSAN builds" )
7
7
8
8
# Skip test_idle if _tkinter wasn't built, if tkinter is missing,
9
9
# if tcl/tk is not the 8.5+ needed for ttk widgets,
Original file line number Diff line number Diff line change 5
5
from test .support import check_sanitizer
6
6
7
7
if check_sanitizer (address = True , memory = True ):
8
- raise unittest .SkipTest ("Tests involvin libX11 can SEGFAULT on ASAN/MSAN builds" )
8
+ raise unittest .SkipTest ("Tests involving libX11 can SEGFAULT on ASAN/MSAN builds" )
9
9
10
10
11
11
# Skip this test if the _tkinter module wasn't built.
You can’t perform that action at this time.
0 commit comments