diff --git a/vlib/compiler/tests/module_test.v b/vlib/compiler/tests/module_test.v index 97881670bd..2def3677c5 100644 --- a/vlib/compiler/tests/module_test.v +++ b/vlib/compiler/tests/module_test.v @@ -9,7 +9,7 @@ import ( ) fn test_import() { - assert os.SUCCESS == os.SUCCESS && + assert os.O_RDONLY == os.O_RDONLY && t.month_days[0] == t.month_days[0] && s2.Size == s2.Size && math.pi == math.pi &&