Lukas Aldershaab 2 years ago
parent
commit
0550eb3109
1 changed files with 0 additions and 4 deletions
  1. 0 4
      Engine/source/console/test/ScriptTest.cpp

+ 0 - 4
Engine/source/console/test/ScriptTest.cpp

@@ -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()