From 2fd2bf8a22d08dd2c9d8bc896fe01694a9d8b604 Mon Sep 17 00:00:00 2001 From: Tomas Grosup Date: Mon, 6 Oct 2025 17:16:39 +0200 Subject: [PATCH] Double the iterations in StackOverflowRepro - see if it fails MacOS (#18952) --- .../EmittedIL/TryCatch/StackOverflowRepro.fs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/FSharp.Compiler.ComponentTests/EmittedIL/TryCatch/StackOverflowRepro.fs b/tests/FSharp.Compiler.ComponentTests/EmittedIL/TryCatch/StackOverflowRepro.fs index 310a6615ab..22f501c4f8 100644 --- a/tests/FSharp.Compiler.ComponentTests/EmittedIL/TryCatch/StackOverflowRepro.fs +++ b/tests/FSharp.Compiler.ComponentTests/EmittedIL/TryCatch/StackOverflowRepro.fs @@ -31,4 +31,4 @@ let main (args:string[]) = with | ex -> printf "%s" (ex.GetType().ToString()) - 0 \ No newline at end of file + 0