Skip to content

Commit e62423c

Browse files
committed
Fix for tests that use NetFramework types (like winforms brushes etc.)
1 parent ae5030c commit e62423c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/fsharp/single-test.fs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -392,7 +392,7 @@ let singleVersionedNegTest (cfg: TestConfig) version testname =
392392

393393
let cfg = {
394394
cfg with
395-
fsc_flags = sprintf """%s %s --preferreduilang:en-US --define:NEGATIVE --simpleresolution --noframework /r:"%s" """ cfg.fsc_flags options cfg.FSCOREDLLPATH
395+
fsc_flags = sprintf """%s %s --preferreduilang:en-US --define:NEGATIVE --simpleresolution /r:"%s" """ cfg.fsc_flags options cfg.FSCOREDLLPATH
396396
fsi_flags = sprintf "%s --preferreduilang:en-US %s" cfg.fsi_flags options
397397
}
398398

0 commit comments

Comments
 (0)