exclude the test from mono test suite

This commit is contained in:
Бондарев Иван 2015-12-30 10:26:28 +01:00
parent 9b8af6c7a2
commit 7162f6df6b
3 changed files with 3 additions and 0 deletions

View file

@ -1,3 +1,4 @@
//winonly
procedure Test;
var
b : byte;

View file

@ -1,3 +1,4 @@
//winonly
unit u_arithm3;
procedure Test;
var

View file

@ -1 +1,2 @@
//winonly
uses u_arithm3; begin end.