Skip to content

Commit

Permalink
Futher closing in...
Browse files Browse the repository at this point in the history
  • Loading branch information
cnkz committed Jan 10, 2024
1 parent a6e54e7 commit 8c0784d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/ManagedObjectSize.Tests/ObjectSizeTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -380,9 +380,9 @@ public unsafe void ObjectSize_ReportsCorrectSize(bool useRtHelpers, bool useObje
// Got the snapshot. Release GC.
GC.EndNoGCRegion();

#if false
using (var runtime = dt.ClrVersions.Single().CreateRuntime())
{
#if false
Assert.IsTrue(runtime.Heap.CanWalkHeap);

foreach (ulong address in data.Keys)
Expand Down Expand Up @@ -415,8 +415,8 @@ public unsafe void ObjectSize_ReportsCorrectSize(bool useRtHelpers, bool useObje
throw new Exception($"Handling {currentName}: " + ex.Message, ex);
}
}
}
#endif
}
}
}

Expand Down

0 comments on commit 8c0784d

Please sign in to comment.