From 5bf4866d3108d0c17c10548fa84d48788da4bc78 Mon Sep 17 00:00:00 2001 From: Andrii Kurdiumov Date: Sun, 13 Nov 2022 15:02:08 +0600 Subject: [PATCH] Unignore test --- tests/fsharp/tests.fs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/fsharp/tests.fs b/tests/fsharp/tests.fs index e1ec4ad346d..d0a664d7cc5 100644 --- a/tests/fsharp/tests.fs +++ b/tests/fsharp/tests.fs @@ -72,7 +72,7 @@ module CoreTests = [] let ``array-no-dot-FSC_OPTIMIZED`` () = singleTestBuildAndRunVersion "core/array-no-dot" FSC_OPTIMIZED "preview" - [] + [] let ``array-no-dot-FSI`` () = singleTestBuildAndRunVersion "core/array-no-dot" FSI "preview" []