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

5 lines
145 B
Plaintext
Raw Normal View History

2015-09-30 21:13:36 -07:00
import "io" for File
var file = File.open("test/io/file/file.txt")
file.readBytes("not num") // expect runtime error: Count must be an integer.