summaryrefslogtreecommitdiffstats
path: root/test/w3c/ecma/test240.scxml
diff options
context:
space:
mode:
Diffstat (limited to 'test/w3c/ecma/test240.scxml')
-rw-r--r--test/w3c/ecma/test240.scxml2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/w3c/ecma/test240.scxml b/test/w3c/ecma/test240.scxml
index 381b04b..00e8c5b 100644
--- a/test/w3c/ecma/test240.scxml
+++ b/test/w3c/ecma/test240.scxml
@@ -46,7 +46,7 @@ should run correctly. -->
<transition cond="Var1==1" target="subFinal2">
<send target="#_parent" event="success"/>
</transition>
- <transition target="subFinal1">
+ <transition target="subFinal2">
<send target="#_parent" event="failure"/>
</transition>
</state>