exclude the test from mono test suite
This commit is contained in:
parent
9b8af6c7a2
commit
7162f6df6b
|
|
@ -1,3 +1,4 @@
|
|||
//winonly
|
||||
procedure Test;
|
||||
var
|
||||
b : byte;
|
||||
|
|
|
|||
|
|
@ -1,3 +1,4 @@
|
|||
//winonly
|
||||
unit u_arithm3;
|
||||
procedure Test;
|
||||
var
|
||||
|
|
|
|||
|
|
@ -1 +1,2 @@
|
|||
//winonly
|
||||
uses u_arithm3; begin end.
|
||||
Loading…
Reference in a new issue