File tree 2 files changed +2
-2
lines changed
fsharpqa/Source/MultiTargeting
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ set _tmp=%3
23
23
if not '%_tmp% ' == '' set TTAGS_ARG = -ttags:%_tmp:" =%
24
24
25
25
rem "nottags" indicates which test areas/test cases will NOT be run, based on the tags in the test.lst and env.lst files
26
- set NO_TTAGS_ARG = -nottags:ReqPP
26
+ set NO_TTAGS_ARG = -nottags:ReqPP,NOOPEN
27
27
set _tmp = %4
28
28
if not '%_tmp% ' == '' set NO_TTAGS_ARG = -nottags:ReqPP,%_tmp:" =%
29
29
Original file line number Diff line number Diff line change 1
- NOMONO SOURCE=E_MissingReferenceToFSharpCore20.fs SCFLAGS=" " ISCFLAGS="--noframework -r %WINDIR%\\Microsoft.NET\\Framework\\v2.0.50727\\mscorlib.dll" # E_MissingReferenceToFSharpCore20.fs
1
+ NOMONO,NOOPEN SOURCE=E_MissingReferenceToFSharpCore20.fs SCFLAGS=" " ISCFLAGS="--noframework -r %WINDIR%\\Microsoft.NET\\Framework\\v2.0.50727\\mscorlib.dll" # E_MissingReferenceToFSharpCore20.fs
2
2
NOMONO SOURCE=E_BadPathToFSharpCore.fs SCFLAGS=" " ISCFLAGS="--noframework -r %WINDIR%\\Microsoft.NET\\Framework\\v2.0.50727\\mscorlib.dll -r I_DO_NOT_EXIST\\FSharp.Core.dll" # E_BadPathToFSharpCore.fs
3
3
NOMONO SOURCE=E_BadPathToFSharpCore.fsx SCFLAGS=" " ISCFLAGS="--noframework -r %WINDIR%\\Microsoft.NET\\Framework\\v2.0.50727\\mscorlib.dll -r I_DO_NOT_EXIST\\FSharp.Core.dll" # E_BadPathToFSharpCore.fsx
4
4
You can’t perform that action at this time.
0 commit comments