Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'tests/org.eclipse.etrice.generator.common.tests/models/ContinuationTransitionTest.room')
-rw-r--r--tests/org.eclipse.etrice.generator.common.tests/models/ContinuationTransitionTest.room26
1 files changed, 13 insertions, 13 deletions
diff --git a/tests/org.eclipse.etrice.generator.common.tests/models/ContinuationTransitionTest.room b/tests/org.eclipse.etrice.generator.common.tests/models/ContinuationTransitionTest.room
index 1b720c1be..b5d4c79e5 100644
--- a/tests/org.eclipse.etrice.generator.common.tests/models/ContinuationTransitionTest.room
+++ b/tests/org.eclipse.etrice.generator.common.tests/models/ContinuationTransitionTest.room
@@ -330,19 +330,19 @@ RoomModel ContinuationTransitionTest {
}
}
- ActorClass TransitionChainWithData_Sub extends TransitionChainWithData_Base{
- Structure { }
- Behavior {
- StateMachine {
- Transition tr3: state3 -> cp cp0 {
- triggers {
- <in2: p0>
- }
- }
- State state3
- }
- }
- }
+// ActorClass TransitionChainWithData_Sub extends TransitionChainWithData_Base{
+// Structure { }
+// Behavior {
+// StateMachine {
+// Transition tr3: state3 -> cp cp0 {
+// triggers {
+// <in2: p0>
+// }
+// }
+// State state3
+// }
+// }
+// }
abstract ActorClass TransitionChainWithoutIfItem_Base {
Structure {

Back to the top