We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 096036f commit cdba367Copy full SHA for cdba367
test/engine/engine_test.cpp
@@ -1702,7 +1702,7 @@ void questionFunction(const std::string &)
1702
{
1703
}
1704
1705
-/*TEST(EngineTest, Clones)
+TEST(EngineTest, Clones)
1706
1707
Project p("clones.sb3");
1708
ASSERT_TRUE(p.load());
@@ -1745,7 +1745,7 @@ void questionFunction(const std::string &)
1745
else
1746
ASSERT_EQ(Value((*list)[i]).toString(), "12");
1747
1748
-}*/
+}
1749
1750
TEST(EngineTest, CloneLimit)
1751
0 commit comments