We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae5030c commit e62423cCopy full SHA for e62423c
tests/fsharp/single-test.fs
@@ -392,7 +392,7 @@ let singleVersionedNegTest (cfg: TestConfig) version testname =
392
393
let cfg = {
394
cfg with
395
- fsc_flags = sprintf """%s %s --preferreduilang:en-US --define:NEGATIVE --simpleresolution --noframework /r:"%s" """ cfg.fsc_flags options cfg.FSCOREDLLPATH
+ fsc_flags = sprintf """%s %s --preferreduilang:en-US --define:NEGATIVE --simpleresolution /r:"%s" """ cfg.fsc_flags options cfg.FSCOREDLLPATH
396
fsi_flags = sprintf "%s --preferreduilang:en-US %s" cfg.fsi_flags options
397
}
398
0 commit comments