diff options
author | James McCoy <jamessan@jamessan.com> | 2017-09-27 08:27:31 -0400 |
---|---|---|
committer | James McCoy <jamessan@jamessan.com> | 2017-09-27 08:27:31 -0400 |
commit | f1242c2a26f51c53c6f248666023a919f93d72fa (patch) | |
tree | b41e35a6256ce6296009b736216e7cd06eec3ec2 /src | |
parent | e6d4b7686ca31d44de854bdfd417da083fea5fc4 (diff) | |
download | rneovim-f1242c2a26f51c53c6f248666023a919f93d72fa.tar.gz rneovim-f1242c2a26f51c53c6f248666023a919f93d72fa.tar.bz2 rneovim-f1242c2a26f51c53c6f248666023a919f93d72fa.zip |
oldtest: Run test_mksession_utf8 tests
Diffstat (limited to 'src')
-rw-r--r-- | src/nvim/testdir/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/nvim/testdir/Makefile b/src/nvim/testdir/Makefile index 9133bfc0a2..38caa8815d 100644 --- a/src/nvim/testdir/Makefile +++ b/src/nvim/testdir/Makefile @@ -59,6 +59,7 @@ NEW_TESTS ?= \ test_matchadd_conceal.res \ test_matchadd_conceal_utf8.res \ test_mksession.res \ + test_mksession_utf8.res \ test_nested_function.res \ test_normal.res \ test_quickfix.res \ |