Skip to content

Commit d6397cc

Browse files
committed
fixing test
1 parent 03fcf87 commit d6397cc

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

source/test/sgp_mode_test/unit_tests/Instructions.test.cc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -489,6 +489,7 @@ TEST_CASE("Test host-symbiont interactive instructions", "[sgp]") {
489489
sgpmode::SymConfigSGP config;
490490
config.CYCLES_PER_UPDATE(0);
491491
config.HOST_REPRO_RES(1);
492+
config.DONATION_STEAL_INST(true);
492493
config.SEED(61);
493494
config.TASK_ENV_CFG_PATH("source/test/sgp_mode_test/hardware-test-env.json");
494495
config.FILE_PATH("Instructions_test_output");

0 commit comments

Comments
 (0)