Skip to content

Commit 02c6365

Browse files
committed
[Tst] Update new unit test to align with hardcoded test name in C# unit test runner
1 parent d1389d6 commit 02c6365

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Tst/RegressionTests/Integration/Correct/SEM_TwoMachines_15/TestSameAsMain.p

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// This is validation XYZ for announceInvocation.p
33
event E2 assert 1: bool;
44

5-
machine Main {
5+
machine DefaultImpl {
66
var XYZ: bool;
77
var ev2: event;
88
start state Real1_Init {
@@ -18,5 +18,5 @@ spec M observes E2 {
1818
}
1919
}
2020

21-
test Main [main=Main]: assert M in { Main };
21+
test DefaultImpl [main=DefaultImpl]: assert M in { DefaultImpl };
2222

0 commit comments

Comments
 (0)