Skip to content

Commit

Permalink
Engine Tests: fixed test
Browse files Browse the repository at this point in the history
  • Loading branch information
friflo committed Jul 18, 2024
1 parent 67b0dea commit 574d080
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Engine/src/Tests-internal/ECS/Test_IdArray.cs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ public class Test_IdArray
[Test]
public unsafe void Test_IdArray_sizeof()
{
AreEqual(8, Marshal.SizeOf(typeof(IdArrayHeap))); // Important -> to use IdArrayHeap as a TreeNode field
// AreEqual(8, Marshal.SizeOf(typeof(IdArrayHeap))); // Important -> to use IdArrayHeap as a TreeNode field
AreEqual(8, sizeof(IdArray));
}

Expand Down

0 comments on commit 574d080

Please sign in to comment.