diff options
Diffstat (limited to 'tests/test')
-rw-r--r-- | tests/test | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,10 +1,11 @@ + machine flicker [ states [ light_off , light_on ]; + events [ one_second ]; starting on light_on; - events [ one_second ]; transitions [ from light_on to light_off on event one_second |