Skip to content

Commit 9648f8c

Browse files
committed
Fix test
1 parent faeeb2d commit 9648f8c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/test_all.vim

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ function! InitTest()
3838
let l:platform = "linux"
3939
endif
4040

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)
41+
call assert_equal(getcwd() . "/node_modules/bs-platform/" . l:platform . "/bsc.exe", g:rescript_bsc_exe)
42+
call assert_equal(getcwd() . "/node_modules/bs-platform/" . l:platform . "/bsb.exe", g:rescript_bsb_exe)
4343
endfunction
4444

4545
function FormatErrorTest(fixtureName,...)

0 commit comments

Comments
 (0)