diff --git a/fish_tests.cpp b/fish_tests.cpp index 86b2365d8..7baff5631 100644 --- a/fish_tests.cpp +++ b/fish_tests.cpp @@ -1698,12 +1698,6 @@ void history_tests_t::test_history_speed(void) */ int main(int argc, char **argv) { - std::string tmp = "sldfjsdlkfjsdlkfjlf"; - for (size_t i=0; i < 1000000; i++) { - str2wcstring(tmp); - } - exit(0); - setlocale(LC_ALL, ""); srand(time(0)); configure_thread_assertions_for_testing();