diff options
author | zeertzjq <zeertzjq@outlook.com> | 2021-12-11 07:09:54 +0800 |
---|---|---|
committer | zeertzjq <zeertzjq@outlook.com> | 2021-12-11 07:10:01 +0800 |
commit | 5b153f5d3de755c5cbd358ea84b1441697c92ae6 (patch) | |
tree | d77bbdee5ebb949c3a0d883950acb3814c847855 /test/unit/os/shell_spec.lua | |
parent | 3f8703093de56254ffdbf8ef6ddbe7942af54257 (diff) | |
download | rneovim-5b153f5d3de755c5cbd358ea84b1441697c92ae6.tar.gz rneovim-5b153f5d3de755c5cbd358ea84b1441697c92ae6.tar.bz2 rneovim-5b153f5d3de755c5cbd358ea84b1441697c92ae6.zip |
test: remove references to misc1.c
Diffstat (limited to 'test/unit/os/shell_spec.lua')
-rw-r--r-- | test/unit/os/shell_spec.lua | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/unit/os/shell_spec.lua b/test/unit/os/shell_spec.lua index a73fc8e47e..29a2b78491 100644 --- a/test/unit/os/shell_spec.lua +++ b/test/unit/os/shell_spec.lua @@ -4,7 +4,6 @@ local cimported = helpers.cimport( './src/nvim/os/shell.h', './src/nvim/option_defs.h', './src/nvim/main.h', - './src/nvim/misc1.h', './src/nvim/memory.h' ) local ffi, eq = helpers.ffi, helpers.eq |