mirror of
https://github.com/fish-shell/fish-shell.git
synced 2025-02-01 14:57:13 +08:00
Remove code that disabled tests (oops)
This commit is contained in:
parent
6889232b41
commit
10962d7175
|
@ -1698,12 +1698,6 @@ void history_tests_t::test_history_speed(void)
|
||||||
*/
|
*/
|
||||||
int main(int argc, char **argv)
|
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, "");
|
setlocale(LC_ALL, "");
|
||||||
srand(time(0));
|
srand(time(0));
|
||||||
configure_thread_assertions_for_testing();
|
configure_thread_assertions_for_testing();
|
||||||
|
|
Loading…
Reference in New Issue
Block a user