Skip to content

Commit 8f94aff

Browse files
testConfig has a new version
1 parent b799113 commit 8f94aff

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/fsharp/tests.fs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1817,7 +1817,7 @@ module CoreTests =
18171817

18181818
[<Test>]
18191819
let ``property setter in method or constructor`` () =
1820-
let cfg = testConfig "core/members/set-only-property"
1820+
let cfg = testConfig' "core/members/set-only-property"
18211821
csc cfg @"%s /target:library /out:cs.dll" cfg.csc_flags ["cs.cs"]
18221822
vbc cfg @"%s /target:library /out:vb.dll" cfg.vbc_flags ["vb.vb"]
18231823
fsc cfg @"%s /target:library /out:fs.dll" cfg.fsc_flags ["fs.fs"]

0 commit comments

Comments
 (0)