mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
fix module_test.v
This commit is contained in:
parent
1752f6879c
commit
95321f5b33
@ -9,7 +9,7 @@ import (
|
|||||||
)
|
)
|
||||||
|
|
||||||
fn test_import() {
|
fn test_import() {
|
||||||
assert os.SUCCESS == os.SUCCESS &&
|
assert os.O_RDONLY == os.O_RDONLY &&
|
||||||
t.month_days[0] == t.month_days[0] &&
|
t.month_days[0] == t.month_days[0] &&
|
||||||
s2.Size == s2.Size &&
|
s2.Size == s2.Size &&
|
||||||
math.pi == math.pi &&
|
math.pi == math.pi &&
|
||||||
|
Loading…
Reference in New Issue
Block a user