Files
wren/test/io/file/open_block_nonexistent.wren

4 lines
107 B
Plaintext
Raw Normal View History

import "io" for File
File.open("nonexistent") {|file|} // expect runtime error: no such file or directory