Skip to content

Commit 40d4d52

Browse files
committed
Reduce stack requirements of test
Fixes #24021
1 parent 8ce1e71 commit 40d4d52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/src/JIT/Methodical/largeframes/skip3/skippage3.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ public static void EatStackThenTest1(int level = 0)
5858
s.i2 = level;
5959
Escape(ref s);
6060

61-
if (level < 20)
61+
if (level < 10)
6262
{
6363
EatStackThenTest1(level + 1);
6464
}

0 commit comments

Comments
 (0)