Files
wren/test/io/file/open_nonexistent.wren
T

4 lines
98 B
JavaScript
Raw Normal View History

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