Files
wren/test/random/sample_one_empty.wren

6 lines
134 B
Plaintext
Raw Permalink Normal View History

import "random" for Random
var random = Random.new(12345)
random.sample([]) // expect runtime error: Not enough elements to sample.