Files
wren/test/timer/sleep_negative.wren
2015-08-08 07:17:30 -07:00

4 lines
100 B
Plaintext

import "timer" for Timer
Timer.sleep(-1) // expect runtime error: Milliseconds cannot be negative.