This website requires JavaScript.
Explore
Help
Register
Sign In
retoor
/
wren
Watch
1
Star
0
Fork
0
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
9fda7cb526a0172fb27c51b4886c22b881d20c64
wren
/
test
/
timer
/
sleep_negative.wren
T
4 lines
100 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Tests for Timer.sleep().
2015-08-08 07:17:30 -07:00
import "timer" for Timer
Timer.sleep(-1) // expect runtime error: Milliseconds cannot be negative.
Reference in New Issue
Copy Permalink