Skip to content

Commit fb8b2e3

Browse files
committed
fixes to integration
1 parent 8f2d612 commit fb8b2e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/service/FscTests.fs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ let ensureDefaultFSharpCoreAvailable tmpDir =
113113
//
114114
// So just copy the FSharp.Core 4.3.0.0 to the tmp directory. Only need to do this on Windows.
115115
if System.Environment.OSVersion.Platform = System.PlatformID.Win32NT then // file references only valid on Windows
116-
File.Copy(fsCore4300(), Path.Combine(tmpDir, Path.GetFileName(fsCore4300())), overwrite = true)
116+
File.Copy(fsCoreDefaultReference(), Path.Combine(tmpDir, Path.GetFileName(fsCoreDefaultReference())), overwrite = true)
117117

118118
let compile isDll debugMode (assemblyName : string) (code : string) (dependencies : string list) =
119119
let tmp = Path.Combine(Path.GetTempPath(),"test"+string(hash (isDll,debugMode,assemblyName,code,dependencies)))

0 commit comments

Comments
 (0)