Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'tests/org.eclipse.etrice.generator.common.tests/models/StatemachineInterfaceInheritedTest.room')
-rw-r--r--tests/org.eclipse.etrice.generator.common.tests/models/StatemachineInterfaceInheritedTest.room18
1 files changed, 9 insertions, 9 deletions
diff --git a/tests/org.eclipse.etrice.generator.common.tests/models/StatemachineInterfaceInheritedTest.room b/tests/org.eclipse.etrice.generator.common.tests/models/StatemachineInterfaceInheritedTest.room
index 84bb771ec..a32d0f09a 100644
--- a/tests/org.eclipse.etrice.generator.common.tests/models/StatemachineInterfaceInheritedTest.room
+++ b/tests/org.eclipse.etrice.generator.common.tests/models/StatemachineInterfaceInheritedTest.room
@@ -43,16 +43,16 @@ RoomModel StatemachineInterfaceTestInheritedModel {
}
- async ActorClass EmptyAsyncAppManualExt extends EmptyAsyncAppManual {
+// async ActorClass EmptyAsyncAppManualExt extends EmptyAsyncAppManual {
+//
+// }
- }
-
- datadriven ActorClass EmptyDataAppManualExt extends EmptyDataAppManual {
-
- }
-
- ActorClass EmptyEventAppManualExt extends EmptyEventAppManual {
+// datadriven ActorClass EmptyDataAppManualExt extends EmptyDataAppManual {
+//
+// }
- }
+// ActorClass EmptyEventAppManualExt extends EmptyEventAppManual {
+//
+// }
} \ No newline at end of file

Back to the top