fix module_test.v

pull/2514/head
Alexander Medvednikov 2019-10-23 12:50:18 +03:00
parent 1752f6879c
commit 95321f5b33
1 changed files with 1 additions and 1 deletions

View File

@ -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 &&