diff options
| author | Justin M. Keyes <justinkz@gmail.com> | 2019-08-06 01:36:01 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-08-06 01:36:01 +0200 |
| commit | 067a39ba854cc02a750911ead968a744b2769aac (patch) | |
| tree | 05d9594c9c8a0f89d49415a611d19c713aef705c /test/unit | |
| parent | a29358dc58a11c7f6b82844d8309d5a5b2c8cb91 (diff) | |
| parent | f6c94124368bd14a83e83d4f172b8939d0503daf (diff) | |
| download | rneovim-067a39ba854cc02a750911ead968a744b2769aac.tar.gz rneovim-067a39ba854cc02a750911ead968a744b2769aac.tar.bz2 rneovim-067a39ba854cc02a750911ead968a744b2769aac.zip | |
Merge #10701 from justinmk/test-fixes
test: Eliminate plugin/helpers.lua
Diffstat (limited to 'test/unit')
| -rw-r--r-- | test/unit/mbyte_spec.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/unit/mbyte_spec.lua b/test/unit/mbyte_spec.lua index 1ff1bed9fe..d27f52923a 100644 --- a/test/unit/mbyte_spec.lua +++ b/test/unit/mbyte_spec.lua @@ -10,6 +10,7 @@ local charset = helpers.cimport('./src/nvim/charset.h') describe('mbyte', function() if helpers.isCI('quickbuild') then pending("crashes on quickbuild", function() end) + return end -- Array for composing characters |