File tree Expand file tree Collapse file tree
tests/fsharp/typeProviders/diamondAssembly Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ test3.exe
2222
2323
2424if exist test.ok (del /f /q test.ok)
25- %CLIX% " %FSI% " %fsi_flags% test1.fsx test2a.fsx test2b.fsx test3.fsx && (
25+ %CLIX% " %FSI% " %fsi_flags% test3.fsx && (
2626dir test.ok > NUL 2 >& 1 ) || (
2727@ echo :FSI load failed
2828set ERRORMSG = %ERRORMSG% FSI load failed;
Original file line number Diff line number Diff line change 11
22#r " provider.dll"
33#r " test1.dll"
4+ #load " ./test1.fsx"
45
56module ErasedTypes =
67 let f () : FSharp.HelloWorld.HelloWorldType = Unchecked.defaultof<_>
Original file line number Diff line number Diff line change 11
22#r " provider.dll"
33#r " test1.dll"
4+ #load " ./test1.fsx"
5+ #load " ./test2a.fsx"
46
57module ErasedTypes =
68 let f () : FSharp.HelloWorld.HelloWorldType = Unchecked.defaultof<_>
Original file line number Diff line number Diff line change 33#r " test1.dll"
44#r " test2a.dll"
55#r " test2b.dll"
6+ #load " ./test1.fsx"
7+ #load " ./test2a.fsx"
8+ #load " ./test2b.fsx"
69
710
811let mutable failures = []
You can’t perform that action at this time.
0 commit comments