Files
wren/test/random/new_empty_sequence.wren
T

4 lines
94 B
Plaintext
Raw Normal View History

import "random" for Random
Random.new([]) // expect runtime error: Sequence cannot be empty.