public void EmptyArrayTest() { var arr = NativeArray.Empty <int>(); Assert.AreEqual(0, arr.Length); }