mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
tests: change option to result in vscript_using_generics_in_os.vsh (#17306)
This commit is contained in:
parent
b13f7118ab
commit
b6ecd634e3
@ -1,6 +1,6 @@
|
|||||||
chdir(temp_dir())?
|
chdir(temp_dir())!
|
||||||
test_file_name := 'test_file'
|
test_file_name := 'test_file'
|
||||||
write_file_array(test_file_name, [u8(0xff), 0xff, 0xff, 0xff])?
|
write_file_array(test_file_name, [u8(0xff), 0xff, 0xff, 0xff])!
|
||||||
defer {
|
defer {
|
||||||
rm(test_file_name) or {}
|
rm(test_file_name) or {}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user