aboutsummaryrefslogtreecommitdiffhomepage
path: root/fish_tests.cpp
diff options
context:
space:
mode:
authorGravatar ridiculousfish <corydoras@ridiculousfish.com>2012-01-05 13:58:48 -0800
committerGravatar ridiculousfish <corydoras@ridiculousfish.com>2012-01-05 13:58:48 -0800
commit4df57fda09c04f71a595154ca6962a95666b3685 (patch)
treef49faae476f3f419df44e4da11690ee8e94f7705 /fish_tests.cpp
parent6f45832aed0136e9f891da8eaa754c2b7f378848 (diff)
Incorporate Siteshwar's patch for building on Linux
Diffstat (limited to 'fish_tests.cpp')
-rw-r--r--fish_tests.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/fish_tests.cpp b/fish_tests.cpp
index 69d0e623..da192a7b 100644
--- a/fish_tests.cpp
+++ b/fish_tests.cpp
@@ -818,7 +818,7 @@ int main( int argc, char **argv )
say( L"Testing low-level functionality");
say( L"Lines beginning with '(ignore):' are not errors, they are warning messages\ngenerated by the fish parser library when given broken input, and can be\nignored. All actual errors begin with 'Error:'." );
-
+ set_main_thread();
proc_init();
halloc_util_init();
event_init();