Skip to content

Commit

Permalink
Fixed tests
Browse files Browse the repository at this point in the history
  • Loading branch information
vzarytovskii committed Aug 15, 2022
1 parent 1c176fa commit de5dd73
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
6 changes: 0 additions & 6 deletions tests/fsharp/tests.fs
Original file line number Diff line number Diff line change
Expand Up @@ -151,12 +151,6 @@ module CoreTests =
[<Test>]
let ``innerpoly-FSI`` () = singleTestBuildAndRun "core/innerpoly" FSI

[<Test>]
let ``namespaceAttributes-FSC_DEBUG`` () = singleTestBuildAndRun "core/namespaces" FSC_DEBUG

[<Test>]
let ``namespaceAttributes-FSC_OPTIMIZED`` () = singleTestBuildAndRun "core/namespaces" FSC_OPTIMIZED

[<Test>]
let ``namespaces-FSC_DEBUG`` () = singleTestBuildAndRunVersion "core/namespaces" FSC_DEBUG "preview"

Expand Down
2 changes: 1 addition & 1 deletion tests/service/Common.fs
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,8 @@ let mkProjectCommandLineArgsSilent (dllName, fileNames) =
yield "--define:DEBUG"
#if NETCOREAPP
yield "--targetprofile:netcore"
yield "--langversion:preview"
#endif
yield "--langversion:preview"
yield "--optimize-"
yield "--out:" + dllName
yield "--doc:test.xml"
Expand Down

0 comments on commit de5dd73

Please sign in to comment.