diff options
Diffstat (limited to 'test/w3c/ecma/test145.scxml')
-rw-r--r-- | test/w3c/ecma/test145.scxml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/w3c/ecma/test145.scxml b/test/w3c/ecma/test145.scxml index b0fdba6..5e9c32b 100644 --- a/test/w3c/ecma/test145.scxml +++ b/test/w3c/ecma/test145.scxml @@ -14,7 +14,7 @@ <transition event="*" target="fail"/> </state> <state id="s2"> - <transition target="s2"/> + <transition target="pass"/> </state> <final id="pass"> <onentry> |