diff options
author | Jurica Bradaric <jbradaric@gmail.com> | 2016-02-29 20:23:13 +0100 |
---|---|---|
committer | Jurica Bradaric <jbradaric@gmail.com> | 2016-04-20 08:25:51 +0200 |
commit | 2dfc8de1cf59a2db2b873837946549f631d06d71 (patch) | |
tree | c3ba8e6b607108cf65ac307c2042bc410800517a /test/unit/tempfile_spec.lua | |
parent | 425fcdb5b4bc6dec05dafe2e2675c8a7cfe37187 (diff) | |
download | rneovim-2dfc8de1cf59a2db2b873837946549f631d06d71.tar.gz rneovim-2dfc8de1cf59a2db2b873837946549f631d06d71.tar.bz2 rneovim-2dfc8de1cf59a2db2b873837946549f631d06d71.zip |
Merge tempfile.c back into fileio.c
Diffstat (limited to 'test/unit/tempfile_spec.lua')
-rw-r--r-- | test/unit/tempfile_spec.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/unit/tempfile_spec.lua b/test/unit/tempfile_spec.lua index e558ff04c8..b3e84db132 100644 --- a/test/unit/tempfile_spec.lua +++ b/test/unit/tempfile_spec.lua @@ -2,7 +2,7 @@ local lfs = require 'lfs' local helpers = require 'test.unit.helpers' local os = helpers.cimport './src/nvim/os/os.h' -local tempfile = helpers.cimport './src/nvim/tempfile.h' +local tempfile = helpers.cimport './src/nvim/fileio.h' describe('tempfile related functions', function() after_each(function() |