From b9d1bc3a47ea769f4619b0c1b091ee2b656eb6cb Mon Sep 17 00:00:00 2001 From: Andrii Kurdiumov Date: Mon, 14 Nov 2022 00:07:29 +0600 Subject: [PATCH] Unignore test (#14303) --- 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" []