1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00

solaris: fix tests

This commit is contained in:
Delyan Angelov
2020-05-07 16:18:48 +00:00
parent 8cfb2ad6c9
commit 7207a4970b
4 changed files with 10 additions and 2 deletions

View File

@ -130,7 +130,7 @@ fn protected_load_lib(r mut live.LiveReloadInfo, new_lib_path string) {
// NB: r.reloader() is executed in a new, independent thread
fn reloader(r mut live.LiveReloadInfo) {
elog(r,'reloader, r: $r')
// elog(r,'reloader, r: $r')
mut last_ts := os.file_last_mod_unix( r.original )
for {
if r.cb_recheck != 0 {