Skip to content

Commit 42bd6a8

Browse files
committed
Uncomment all engine bug tests
1 parent 8746ca8 commit 42bd6a8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/engine/engine_test.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2238,7 +2238,7 @@ TEST(EngineTest, DuplicateVariableOrListIDs)
22382238
ASSERT_TRUE(GET_VAR(stage, "passed")->value().toBool());
22392239
}
22402240

2241-
/*TEST(EngineTest, BroadcastStopsWaitBlocks)
2241+
TEST(EngineTest, BroadcastStopsWaitBlocks)
22422242
{
22432243
// Regtest for #563
22442244
Project p("regtest_projects/563_broadcast_stops_wait_blocks.sb3");
@@ -2272,4 +2272,4 @@ TEST(EngineTest, BroadcastAndWaitCaseInsensitive)
22722272

22732273
ASSERT_VAR(stage, "passed");
22742274
ASSERT_TRUE(GET_VAR(stage, "passed")->value().toBool());
2275-
}*/
2275+
}

0 commit comments

Comments
 (0)