Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'tests/org.eclipse.etrice.abstractexec.behavior.tests/models')
-rw-r--r--tests/org.eclipse.etrice.abstractexec.behavior.tests/models/reachability.room2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/org.eclipse.etrice.abstractexec.behavior.tests/models/reachability.room b/tests/org.eclipse.etrice.abstractexec.behavior.tests/models/reachability.room
index 33cae1ad3..12c179f65 100644
--- a/tests/org.eclipse.etrice.abstractexec.behavior.tests/models/reachability.room
+++ b/tests/org.eclipse.etrice.abstractexec.behavior.tests/models/reachability.room
@@ -9,7 +9,6 @@ RoomModel Reachability {
ActorRef testee2: Testee_ac
LogicalThread dflt_thread
}
-
ActorClass Testee_Super_ac {
Structure {
Port p: ReachabilityProtocol
@@ -173,6 +172,7 @@ RoomModel Reachability {
<in2: p>
}
}
+ Transition init: initial -> state0_1
ChoicePoint cp0_1
EntryPoint tp0_1
ExitPoint tp1_1

Back to the top