diff --git a/src/Core/Tests/TestClass.cs b/src/Core/Tests/TestClass.cs index 1923855..c463fe4 100644 --- a/src/Core/Tests/TestClass.cs +++ b/src/Core/Tests/TestClass.cs @@ -7,7 +7,14 @@ namespace UnityExplorer.Tests { public static class TestClass { - //public static UI.Main.PanelDragger.ResizeTypes flags = UI.Main.PanelDragger.ResizeTypes.NONE; + static TestClass() + { + List = new List(); + for (int i = 0; i < 10000; i++) + List.Add(i.ToString()); + } + + public static List List; #if CPP public static string testStringOne = "Test";