From 600aeb6ccc8f1d93a4e65d8593c29fb02c108c08 Mon Sep 17 00:00:00 2001 From: Jan Kanis Date: Tue, 1 Jan 2013 23:06:41 +0100 Subject: [PATCH] re-enable tests that were accidentally disabled in 0b1e3718 --- fish_tests.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/fish_tests.cpp b/fish_tests.cpp index 837d1dd37..ee75f00ec 100644 --- a/fish_tests.cpp +++ b/fish_tests.cpp @@ -1581,9 +1581,6 @@ int main(int argc, char **argv) reader_init(); env_init(); - test_word_motion(); - return 0; - test_format(); test_escape(); test_convert();