Skip to content

Commit 2d23fc5

Browse files
committed
Try to get ScenarioXGC passing
1 parent 37bf778 commit 2d23fc5

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

Src/IronPythonTest/Stress/Engine.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,8 @@ private static long GetTotalMemory() {
4141
#if FEATURE_REFEMIT
4242
[Test]
4343
public void ScenarioXGC() {
44+
Assert.AreEqual(1, 1); // prevents nunit from counting towards memory usage
45+
4446
long initialMemory = GetTotalMemory();
4547

4648
// Create multiple scopes:

0 commit comments

Comments
 (0)