We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b799113 commit 8f94affCopy full SHA for 8f94aff
1 file changed
tests/fsharp/tests.fs
@@ -1817,7 +1817,7 @@ module CoreTests =
1817
1818
[<Test>]
1819
let ``property setter in method or constructor`` () =
1820
- let cfg = testConfig "core/members/set-only-property"
+ let cfg = testConfig' "core/members/set-only-property"
1821
csc cfg @"%s /target:library /out:cs.dll" cfg.csc_flags ["cs.cs"]
1822
vbc cfg @"%s /target:library /out:vb.dll" cfg.vbc_flags ["vb.vb"]
1823
fsc cfg @"%s /target:library /out:fs.dll" cfg.fsc_flags ["fs.fs"]
0 commit comments