提交 90c4e668 编写于 作者: L latkin

Fix diamondassembly TP test

上级 6424eb87
......@@ -22,7 +22,7 @@ test3.exe
if exist test.ok (del /f /q test.ok)
%CLIX% "%FSI%" %fsi_flags% test1.fsx test2a.fsx test2b.fsx test3.fsx && (
%CLIX% "%FSI%" %fsi_flags% test3.fsx && (
dir test.ok > NUL 2>&1 ) || (
@echo :FSI load failed
set ERRORMSG=%ERRORMSG% FSI load failed;
......
#r "provider.dll"
#r "test1.dll"
#load "./test1.fsx"
module ErasedTypes =
let f() : FSharp.HelloWorld.HelloWorldType = Unchecked.defaultof<_>
......
#r "provider.dll"
#r "test1.dll"
#load "./test1.fsx"
#load "./test2a.fsx"
module ErasedTypes =
let f() : FSharp.HelloWorld.HelloWorldType = Unchecked.defaultof<_>
......
......@@ -3,6 +3,9 @@
#r "test1.dll"
#r "test2a.dll"
#r "test2b.dll"
#load "./test1.fsx"
#load "./test2a.fsx"
#load "./test2b.fsx"
let mutable failures = []
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册