ci: fix -cstrict job

pull/10914/head^2
Delyan Angelov 2021-07-22 18:47:23 +03:00
parent ed234188b7
commit 44828cbb29
No known key found for this signature in database
GPG Key ID: 66886C0F12D595ED
1 changed files with 1 additions and 1 deletions

View File

@ -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) ?