diff options
Diffstat (limited to 'test/w3c')
-rw-r--r-- | test/w3c/ecma/test144.scxml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/w3c/ecma/test144.scxml b/test/w3c/ecma/test144.scxml index 76ee416..e47f3f0 100644 --- a/test/w3c/ecma/test144.scxml +++ b/test/w3c/ecma/test144.scxml @@ -5,7 +5,7 @@ foo occurs before bar, success, otherwise failure --> <state id="s0"> <onentry> <raise event="foo"/> - <raise event="bar"/> + <raise event="*"/> </onentry> <transition event="foo" target="s1"/> <transition event="*" target="fail"/> |