Skip to content

Commit

Permalink
Don't use .Net Framework
Browse files Browse the repository at this point in the history
  • Loading branch information
Booksbaum committed Feb 15, 2023
1 parent 23b5c52 commit 0a5a058
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/FsAutoComplete.Tests.Lsp/FindReferencesTests.fs
Original file line number Diff line number Diff line change
Expand Up @@ -598,7 +598,7 @@ let tryFixupRangeTests = testList (nameof Tokenizer.tryFixupRange) [
let path: string<LocalPath> = UMX.tag file
let source = NamedText(path, source)

let! (projOptions, _) = checker.GetProjectOptionsFromScript(file, source)
let! (projOptions, _) = checker.GetProjectOptionsFromScript(file, source, assumeDotNetFramework=false)
let! (parseResults, checkResults) = checker.ParseAndCheckFileInProject(file, 0, source, projOptions)
// Expect.isEmpty parseResults.Diagnostics "There should be no parse diags"
Expect.hasLength parseResults.Diagnostics 0 "There should be no parse diags"
Expand Down

0 comments on commit 0a5a058

Please sign in to comment.