Skip to content

Commit 495c643

Browse files
committed
Rename test 'uninitialized' to 'uninit_mem_crash'
1 parent f33c7df commit 495c643

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

debugger2/src/debugger/test_uninitialized.py debugger2/src/debugger/test_uninit_mem_crash.py

+1-3
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,7 @@
66
here = Path(__file__).parent
77

88

9-
async def test_uninitialized():
10-
# Shouldn't crash from uninitialized/junk memory
11-
9+
async def test_uninit_mem_crash():
1210
source = here / "test_uninitialized.c"
1311
exe = here / "test_uninitialized"
1412
await compile(source, exe)

0 commit comments

Comments
 (0)