We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent faeeb2d commit 9648f8cCopy full SHA for 9648f8c
test/test_all.vim
@@ -38,8 +38,8 @@ function! InitTest()
38
let l:platform = "linux"
39
endif
40
41
- call assert_equal(getcwd() . "/node_modules/bs-platform/" . l:platform . "/bsc.exe", g:rescript_compile_exe)
42
- call assert_equal(getcwd() . "/node_modules/bs-platform/" . l:platform . "/bsb.exe", g:rescript_build_exe)
+ call assert_equal(getcwd() . "/node_modules/bs-platform/" . l:platform . "/bsc.exe", g:rescript_bsc_exe)
+ call assert_equal(getcwd() . "/node_modules/bs-platform/" . l:platform . "/bsb.exe", g:rescript_bsb_exe)
43
endfunction
44
45
function FormatErrorTest(fixtureName,...)
0 commit comments