Skip to content

Commit d937a83

Browse files
committed
SQUASH typo
1 parent 5594a50 commit d937a83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

graalpython/lib-python/3/test/test_importlib/test_locks.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ def f():
8585
self.assertEqual(len(results), NTHREADS)
8686
return results
8787

88-
@support.imp_detail("GR-16579: support for multi-threading", graalvm=False)
88+
@support.impl_detail("GR-16579: support for multi-threading", graalvm=False)
8989
def test_deadlock(self):
9090
results = self.run_deadlock_avoidance_test(True)
9191
# At least one of the threads detected a potential deadlock on its

0 commit comments

Comments
 (0)