We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f87b2ab commit ddf36b0Copy full SHA for ddf36b0
tests/service/ExprTests.fs
@@ -851,6 +851,8 @@ let ``Test expressions of declarations stress big expressions`` () =
851
// This should not stack overflow
852
printDeclarations None (List.ofSeq file1.Declarations) |> Seq.toList |> ignore
853
854
+#if FX_ATLEAST_45
855
+
856
[<Test>]
857
let ``Check use of type provider that provides calls to F# code`` () =
858
let config =
@@ -1038,12 +1040,10 @@ let ``Check use of type provider that provides calls to F# code`` () =
1038
1040
"i: Microsoft.FSharp.Core.int"
1039
1041
]
1042
1043
+#endif
1044
1045
#if SELF_HOST_STRESS
-
-#if FX_ATLEAST_45
1046
-#endif
1047
1048
1049
let ``Test Declarations selfhost`` () =
0 commit comments