Skip to content

Commit

Permalink
[emurt] replace counter with 0 as 'off' signal
Browse files Browse the repository at this point in the history
Signed-off-by: Avimitin <[email protected]>
  • Loading branch information
Avimitin committed Jan 14, 2025
1 parent a0de9f0 commit 18286af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/emurt/tests/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ in
void test() {
place_counter(1);
printf("Hello, %s", "World\n");
place_counter(2);
place_counter(0);
}
'';

Expand Down

0 comments on commit 18286af

Please sign in to comment.