aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar Jan Kanis <jan.code@jankanis.nl>2013-01-01 23:06:41 +0100
committerGravatar Jan Kanis <jan.code@jankanis.nl>2013-01-01 23:06:41 +0100
commit600aeb6ccc8f1d93a4e65d8593c29fb02c108c08 (patch)
tree3ce9c0770c5c221c023aeb06a5f2ec8384bb1170
parenta4c646f75cc5254d0290446572d82ff5c66da602 (diff)
re-enable tests that were accidentally disabled in 0b1e3718
-rw-r--r--fish_tests.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/fish_tests.cpp b/fish_tests.cpp
index 837d1dd3..ee75f00e 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();