From 10962d7175c09b4f7e7110bf052b06aca0ac401f Mon Sep 17 00:00:00 2001 From: ridiculousfish Date: Sun, 21 Apr 2013 15:45:37 -0700 Subject: [PATCH] Remove code that disabled tests (oops) --- fish_tests.cpp | 6 ------ 1 file changed, 6 deletions(-) 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();