Skip to content

Commit 2fd2bf8

Browse files
committed
Double the iterations in StackOverflowRepro - see if it fails MacOS (#18952)
1 parent 753cb84 commit 2fd2bf8

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
@@ -31,4 +31,4 @@ let main (args:string[]) =
3131
with
3232
| ex ->
3333
printf "%s" (ex.GetType().ToString())
34-
0
34+
0

0 commit comments

Comments
 (0)