Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'tests/org.eclipse.etrice.core.genmodel.fsm.tests/models/TriggerExample.room')
-rw-r--r--tests/org.eclipse.etrice.core.genmodel.fsm.tests/models/TriggerExample.room8
1 files changed, 2 insertions, 6 deletions
diff --git a/tests/org.eclipse.etrice.core.genmodel.fsm.tests/models/TriggerExample.room b/tests/org.eclipse.etrice.core.genmodel.fsm.tests/models/TriggerExample.room
index bd6c646b6..83cbc00ca 100644
--- a/tests/org.eclipse.etrice.core.genmodel.fsm.tests/models/TriggerExample.room
+++ b/tests/org.eclipse.etrice.core.genmodel.fsm.tests/models/TriggerExample.room
@@ -38,9 +38,7 @@ RoomModel TemplateModel {
}
Transition in1wGuard: state1_1 -> state1_0 {
triggers {
- <in1: p0 guard {
- "condA"
- }>
+ <in1: p0 guard '''condA'''>
}
}
}
@@ -55,9 +53,7 @@ RoomModel TemplateModel {
}
Transition in1withGuard: state1 -> state2 {
triggers {
- <in1: p0 guard {
- "condA"
- }>
+ <in1: p0 guard '''condA'''>
}
}
Transition in2: my tr2 -> my tr2 {

Back to the top