diff options
author | Alon Zakai <alonzakai@gmail.com> | 2013-08-30 16:22:04 -0700 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2013-09-03 14:41:30 -0700 |
commit | 2cd835bc76300c6979a91e3deaa2f50ce1aa3379 (patch) | |
tree | 0823fba4e0408c7f94136fe7e3fc9281ff1a0bc7 /tests | |
parent | b433dcd0a62f147047f94b6813227e1ed701ec22 (diff) |
rename test
Diffstat (limited to 'tests')
-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() |