Skip to content

Commit 26725b2

Browse files
committed
do not run TP expression tests on .NET core
1 parent d2b2a9b commit 26725b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/service/ExprTests.fs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -851,7 +851,7 @@ 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
854+
#if FX_ATLEAST_45 && !DOTNETCORE
855855

856856
[<Test>]
857857
let ``Check use of type provider that provides calls to F# code`` () =

0 commit comments

Comments
 (0)