Skip to content

Commit

Permalink
fix in test suite
Browse files Browse the repository at this point in the history
  • Loading branch information
ibond84 committed Dec 30, 2015
1 parent 470bc34 commit e4fae9d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions TestSuite/diapasons1.pas
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
//winonly
procedure Test1(b : byte);
begin
assert(b=45);
Expand Down
3 changes: 2 additions & 1 deletion TestSuite/diapasons2.pas
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
uses diapasons2u;
//winonly
uses diapasons2u;
begin
Start;
end.

0 comments on commit e4fae9d

Please sign in to comment.