Skip to content

Commit ddf36b0

Browse files
committed
run TP expression tests for net45 only
1 parent f87b2ab commit ddf36b0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tests/service/ExprTests.fs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -851,6 +851,8 @@ let ``Test expressions of declarations stress big expressions`` () =
851851
// This should not stack overflow
852852
printDeclarations None (List.ofSeq file1.Declarations) |> Seq.toList |> ignore
853853

854+
#if FX_ATLEAST_45
855+
854856
[<Test>]
855857
let ``Check use of type provider that provides calls to F# code`` () =
856858
let config =
@@ -1038,12 +1040,10 @@ let ``Check use of type provider that provides calls to F# code`` () =
10381040
"i: Microsoft.FSharp.Core.int"
10391041
]
10401042

1043+
#endif
10411044

10421045
#if SELF_HOST_STRESS
1043-
1044-
#if FX_ATLEAST_45
10451046

1046-
#endif
10471047

10481048
[<Test>]
10491049
let ``Test Declarations selfhost`` () =

0 commit comments

Comments
 (0)