Skip to content

Commit 70ce2d7

Browse files
committed
Fcs/module reader: update setting in frontend tests
1 parent 606c353 commit 70ce2d7

File tree

1 file changed

+1
-1
lines changed
  • rider-fsharp/src/test/kotlin/com/jetbrains/rider/plugins/fsharp/test

1 file changed

+1
-1
lines changed

rider-fsharp/src/test/kotlin/com/jetbrains/rider/plugins/fsharp/test/Extensions.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ fun BaseTestWithSolution.withDisabledOutOfProcessTypeProviders(function: () -> U
5151
}
5252

5353
fun BaseTestWithSolution.withNonFSharpProjectReferences(function: () -> Unit) {
54-
withSetting(project, "FSharp/FSharpOptions/NonFSharpProjectInMemoryAnalysis/@EntryValue", "true", "false") {
54+
withSetting(project, "FSharp/FSharpOptions/NonFSharpProjectInMemoryReferences/@EntryValue", "true", "false") {
5555
function()
5656
}
5757
}

0 commit comments

Comments
 (0)