Skip to content

Commit 3de86d0

Browse files
committed
[GR-26642] run leak test with sulong
1 parent dfa6a8f commit 3de86d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mx.graalpython/mx_graalpython.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ def punittest(ars):
213213
# test leaks with shared engine Python code only
214214
run_leak_launcher(common_args + ["--shared-engine", "--code", "pass"]),
215215
# test leaks with shared engine when some C module code is involved
216-
# run_leak_launcher(common_args + ["--shared-engine", "--code", "import _testcapi, mmap, bz2; print(memoryview(b'').nbytes)"])
216+
run_leak_launcher(common_args + ["--shared-engine", "--code", "import _testcapi, mmap, bz2; print(memoryview(b'').nbytes)"])
217217
]):
218218
mx.abort(1)
219219

0 commit comments

Comments
 (0)