Files
wren/test/random/new_empty_sequence.wren
T

4 lines
94 B
Plaintext
Raw Normal View History

2015-10-17 11:03:15 -07:00
import "random" for Random
Random.new([]) // expect runtime error: Sequence cannot be empty.