summaryrefslogtreecommitdiffstats
path: root/src/Makefile
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2017-12-23 17:26:11 +0100
committerBram Moolenaar <Bram@vim.org>2017-12-23 17:26:11 +0100
commitfabaf753e26df5a89a854673d14c15a1fa6b321a (patch)
tree511e8530aaaa84f9fc2bb08459f156deb2b528e7 /src/Makefile
parent45a0000d5c4a5ea934d5a16a2ab5bbcf307623ac (diff)
patch 8.0.1423: error in return not caught by try/catchv8.0.1423
Problem: Error in return not caught by try/catch. Solution: Call update_force_abort(). (Yasuhiro Matsomoto, closes #2483)
Diffstat (limited to 'src/Makefile')
-rw-r--r--src/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Makefile b/src/Makefile
index 1235752450..beb0de340b 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -2147,6 +2147,7 @@ test_arglist \
test_edit \
test_erasebackword \
test_escaped_glob \
+ test_eval_stuff \
test_ex_undo \
test_ex_z \
test_exec_while_if \