Skip to content

Commit b2666a8

Browse files
committed
double the iterations in StackOverflowRepro
1 parent f7c3efa commit b2666a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/FSharp.Compiler.ComponentTests/EmittedIL/TryCatch/StackOverflowRepro.fs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ let rec viaActivePattern (a:int) =
2525

2626
[<EntryPoint>]
2727
let main (args:string[]) =
28-
let iterations = 4096
28+
let iterations = 4096 * 2
2929
try
3030
viaActivePattern iterations
3131
with

0 commit comments

Comments
 (0)