Skip to content

Commit

Permalink
Fix WhenCondition5 test case.
Browse files Browse the repository at this point in the history
  • Loading branch information
perost committed Dec 3, 2020
1 parent ea90805 commit 13529df
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions testsuite/flattening/modelica/scodeinst/WhenCondition5.mo
Expand Up @@ -7,9 +7,9 @@

model WhenCondition5
Real x;
equation
algorithm
when noEvent(time > 0) then
x = 1.0;
x := 1.0;
end when;
end WhenCondition5;

Expand Down

0 comments on commit 13529df

Please sign in to comment.