summaryrefslogtreecommitdiffstats
path: root/src/testdir/Make_all.mak
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2017-12-07 22:11:27 +0100
committerBram Moolenaar <Bram@vim.org>2017-12-07 22:11:27 +0100
commit6e65d594aa33be11f6074f26e9ff81b52504c62b (patch)
treea3c542e974c6c576792e6b3c7541907926e1b445 /src/testdir/Make_all.mak
parent23c1b2b018c8121ca5fcc247e37966428bf8ca66 (diff)
patch 8.0.1377: cannot call a dict function in autoloaded dictv8.0.1377
Problem: Cannot call a dict function in autoloaded dict. Solution: Call get_lval() passing the read-only flag.
Diffstat (limited to 'src/testdir/Make_all.mak')
-rw-r--r--src/testdir/Make_all.mak1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/testdir/Make_all.mak b/src/testdir/Make_all.mak
index df79e9ab9a..5d5fccf109 100644
--- a/src/testdir/Make_all.mak
+++ b/src/testdir/Make_all.mak
@@ -73,6 +73,7 @@ NEW_TESTS = test_arabic.res \
test_assert.res \
test_autochdir.res \
test_autocmd.res \
+ test_autoload.res \
test_backspace_opt.res \
test_breakindent.res \
test_bufwintabinfo.res \