We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 37bf778 commit 2d23fc5Copy full SHA for 2d23fc5
1 file changed
Src/IronPythonTest/Stress/Engine.cs
@@ -41,6 +41,8 @@ private static long GetTotalMemory() {
41
#if FEATURE_REFEMIT
42
[Test]
43
public void ScenarioXGC() {
44
+ Assert.AreEqual(1, 1); // prevents nunit from counting towards memory usage
45
+
46
long initialMemory = GetTotalMemory();
47
48
// Create multiple scopes:
0 commit comments