diff --git a/vlib/v/tests/compiler_test.v b/vlib/v/tests/compiler_test.v index 6b8444134f..e37143b50f 100644 --- a/vlib/v/tests/compiler_test.v +++ b/vlib/v/tests/compiler_test.v @@ -2,6 +2,9 @@ import os import term fn test_all() { + $if windows { + return + } vexe := os.getenv('VEXE') vroot := os.dir(vexe) dir := os.join_path(vroot,'vlib/v/tests')