mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
ci: fix -cstrict job
This commit is contained in:
parent
ed234188b7
commit
44828cbb29
@ -360,7 +360,7 @@ fn test_tell() ? {
|
||||
s := 'x'.repeat(size)
|
||||
os.write_file(tfile, s) ?
|
||||
fs := os.file_size(tfile)
|
||||
assert fs == size
|
||||
assert int(fs) == size
|
||||
//
|
||||
mut f := os.open_file(tfile, 'r') ?
|
||||
f.seek(-5, .end) ?
|
||||
|
Loading…
Reference in New Issue
Block a user