Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'tests/org.eclipse.etrice.generator.common.tests/models/DataDrivenTest.room')
-rw-r--r--tests/org.eclipse.etrice.generator.common.tests/models/DataDrivenTest.room2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/org.eclipse.etrice.generator.common.tests/models/DataDrivenTest.room b/tests/org.eclipse.etrice.generator.common.tests/models/DataDrivenTest.room
index 1793eec49..e627355bb 100644
--- a/tests/org.eclipse.etrice.generator.common.tests/models/DataDrivenTest.room
+++ b/tests/org.eclipse.etrice.generator.common.tests/models/DataDrivenTest.room
@@ -59,7 +59,6 @@ RoomModel DataDrivenTest {
}
Structure {
external Port p0
- SAP timer: PTimer
Attribute caseId: int32
Attribute counter: int32
@@ -75,7 +74,6 @@ RoomModel DataDrivenTest {
StateMachine {
Transition init: initial -> Idle {
action {
- "timer.startTimer(20);"
"counter = 0;"
}
}

Back to the top