summaryrefslogtreecommitdiffstats
path: root/test/w3c/ecma/test144.scxml
diff options
context:
space:
mode:
Diffstat (limited to 'test/w3c/ecma/test144.scxml')
-rw-r--r--test/w3c/ecma/test144.scxml2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/w3c/ecma/test144.scxml b/test/w3c/ecma/test144.scxml
index e47f3f0..76ee416 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="*"/>
+ <raise event="bar"/>
</onentry>
<transition event="foo" target="s1"/>
<transition event="*" target="fail"/>