Skip to content

Commit

Permalink
startScript selftest fix
Browse files Browse the repository at this point in the history
  • Loading branch information
openshwprojects committed Nov 26, 2024
1 parent 9cd823c commit 8f8f257
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/selftest/selftest_script.c
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ void Test_Scripting_StartScript() {
CMD_ExecuteCommand("runAdder", 0);
Sim_RunFrames(50, false);
SELFTEST_ASSERT_CHANNEL(16, 4);
CMD_ExecuteCommand("backlog runSubber; runSubber", 0); // both
CMD_ExecuteCommand("backlog runSubber; runAdder", 0); // both
Sim_RunFrames(50, false);
SELFTEST_ASSERT_CHANNEL(16, 4);
}
Expand Down

0 comments on commit 8f8f257

Please sign in to comment.