mirror of
https://github.com/fish-shell/fish-shell
synced 2024-11-11 23:47:25 +00:00
Remove code that disabled tests (oops)
This commit is contained in:
parent
6889232b41
commit
10962d7175
1 changed files with 0 additions and 6 deletions
|
@ -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();
|
||||
|
|
Loading…
Reference in a new issue