Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'tests/org.eclipse.etrice.core.genmodel.fsm.tests/models/FlatFSMExample.room')
-rw-r--r--tests/org.eclipse.etrice.core.genmodel.fsm.tests/models/FlatFSMExample.room4
1 files changed, 1 insertions, 3 deletions
diff --git a/tests/org.eclipse.etrice.core.genmodel.fsm.tests/models/FlatFSMExample.room b/tests/org.eclipse.etrice.core.genmodel.fsm.tests/models/FlatFSMExample.room
index 340c2a2fc..06733d711 100644
--- a/tests/org.eclipse.etrice.core.genmodel.fsm.tests/models/FlatFSMExample.room
+++ b/tests/org.eclipse.etrice.core.genmodel.fsm.tests/models/FlatFSMExample.room
@@ -28,9 +28,7 @@ RoomModel TemplateModel {
}
Transition tr2: cp cp0 -> state3
Transition tr3: cp cp0 -> state2 {
- cond {
- "true"
- }
+ cond '''true'''
}
Transition tr5: my tr4 -> state0 {
triggers {

Back to the top