Skip to content

Commit

Permalink
Format
Browse files Browse the repository at this point in the history
  • Loading branch information
edwardalee committed Jun 28, 2024
1 parent 1b3b567 commit 16a28f7
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions test/C/src/modal_models/ModesWithWatchdog.lf
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
/**
* When in the Primary mode, the watchdog is sure to trigger, causing the reaction to watcher
* to be executed one microstep later. Previously, after a mode transition, the microstep was
* hardwired to 1, which caused a fatal error after the mode transition when the runtime tried
* to advance to microstep 1 and found that it was already at microstep 1. This program tests
* that this is fixed. Success is simply running to completion without error.
* When in the Primary mode, the watchdog is sure to trigger, causing the reaction to watcher to be
* executed one microstep later. Previously, after a mode transition, the microstep was hardwired to
* 1, which caused a fatal error after the mode transition when the runtime tried to advance to
* microstep 1 and found that it was already at microstep 1. This program tests that this is fixed.
* Success is simply running to completion without error.
*/
target C {
keepalive: true,
Expand Down

0 comments on commit 16a28f7

Please sign in to comment.