Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'tests/org.eclipse.etrice.core.genmodel.fsm.tests/models/HierInheritedFSMExample.room')
-rw-r--r--tests/org.eclipse.etrice.core.genmodel.fsm.tests/models/HierInheritedFSMExample.room8
1 files changed, 2 insertions, 6 deletions
diff --git a/tests/org.eclipse.etrice.core.genmodel.fsm.tests/models/HierInheritedFSMExample.room b/tests/org.eclipse.etrice.core.genmodel.fsm.tests/models/HierInheritedFSMExample.room
index 8c4da3559..f0426d01d 100644
--- a/tests/org.eclipse.etrice.core.genmodel.fsm.tests/models/HierInheritedFSMExample.room
+++ b/tests/org.eclipse.etrice.core.genmodel.fsm.tests/models/HierInheritedFSMExample.room
@@ -98,14 +98,10 @@ RoomModel TemplateModel {
Behavior {
StateMachine {
RefinedState state0 {
- entry {
- ""
- }
+ entry ''''''
}
RefinedTransition tr3 {
- action {
- ""
- }
+ action ''''''
}
}
}

Back to the top