This commit is contained in:
Lukas Aldershaab 2023-04-08 01:02:23 +02:00
parent 77c5328369
commit 0550eb3109

View file

@ -1001,10 +1001,6 @@ TEST(Script, MiscRegressions)
ASSERT_EQ(regression2.getInt(), 400);
ConsoleValue regression3 = RunScript(R"(
if(!isObject(GuiDefaultProfile))
new GuiControlProfile (GuiDefaultProfile) {};
if(!isObject(GuiTooltipProfile))
new GuiControlProfile (GuiTooltipProfile) {};
function doTest()
{
%button = new GuiIconButtonCtrl()