aboutsummaryrefslogtreecommitdiffstats
path: root/tests/test
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test')
-rw-r--r--tests/test3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/test b/tests/test
index c976a6d..90d5353 100644
--- a/tests/test
+++ b/tests/test
@@ -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