Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit3ebf370

Browse files
authored
remove unnecessary test dependency onngen.exe (#4004)
1 parent442dfc2 commit3ebf370

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

‎tests/fsharp/test-framework.fs‎

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,6 @@ type TestConfig =
118118
FSI_FOR_SCRIPTS:string
119119
fsi_flags:string
120120
ILDASM:string
121-
NGEN:string
122121
PEVERIFY:string
123122
Directory:string
124123
DotNetExe:string
@@ -176,7 +175,6 @@ let config configurationName envVars =
176175
letCORDIR,CORSDK= WindowsPlatform.clrPaths envVars
177176
letIs64BitOperatingSystem= WindowsPlatform.Is64BitOperatingSystem envVars
178177
letCSC= requireFile(CORDIR++"csc.exe")
179-
letNGEN= requireFile(CORDIR++"ngen.exe")
180178
letILDASM= requireFile(CORSDK++"ildasm.exe")
181179
letPEVERIFY= requireFile(CORSDK++"peverify.exe")
182180
letFSI_FOR_SCRIPTS=
@@ -215,7 +213,6 @@ let config configurationName envVars =
215213
FSCBinPath= FSCBinPath|> Commands.pathAddBackslash
216214
FSCOREDLLPATH= FSCOREDLLPATH
217215
ILDASM= ILDASM
218-
NGEN= NGEN
219216
PEVERIFY= PEVERIFY
220217
CSC= CSC
221218
BUILD_CONFIG= configurationName
@@ -245,7 +242,6 @@ let logConfig (cfg: TestConfig) =
245242
log"FSI =%s" cfg.FSI
246243
log"fsi_flags =%s" cfg.fsi_flags
247244
log"ILDASM =%s" cfg.ILDASM
248-
log"NGEN =%s" cfg.NGEN
249245
log"PEVERIFY =%s" cfg.PEVERIFY
250246
log"---------------------------------------------------------------"
251247

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp