Skip to content

Commit

Permalink
Merge pull request dotnet#44 from ncave/optimize
Browse files Browse the repository at this point in the history
test condition update
  • Loading branch information
forki authored Jan 24, 2018
2 parents fdbef15 + f05169e commit 76eb357
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/service/ExprTests.fs
Original file line number Diff line number Diff line change
Expand Up @@ -528,7 +528,7 @@ let bool2 = false
let options = checker.GetProjectOptionsFromCommandLineArgs (projFileName, args)

//<@ let x = Some(3) in x.IsSome @>
#if !NO_EXTENSIONTYPING || DOTNETCORE
#if !NO_EXTENSIONTYPING
[<Test>]
let ``Test Declarations project1`` () =
let wholeProjectResults = exprChecker.ParseAndCheckProject(Project1.options) |> Async.RunSynchronously
Expand Down

0 comments on commit 76eb357

Please sign in to comment.