diff options
-rw-r--r-- | tests/test_core.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_core.py b/tests/test_core.py index fe1b7b6a..d72d325f 100644 --- a/tests/test_core.py +++ b/tests/test_core.py @@ -6043,7 +6043,7 @@ return 0; self.do_run(src, 'success', force_c=True, post_build=self.dlfcn_post_build) - def test_dlfcn_stack_forward(self): + def test_dlfcn_stacks(self): if not self.can_dlfcn(): return self.prep_dlfcn_lib() |