* skip the large mem move test (which requires 4MB of memory) in tmem.pp on 16

and 8-bit CPUs

git-svn-id: trunk@27649 -
This commit is contained in:
nickysn 2014-04-25 09:18:04 +00:00
parent 0ce9623ed8
commit 2de6edc44e

View File

@ -336,7 +336,9 @@ begin
test_fillchar;
test_move;
test_move_large(500); // 512 longints=2048 bytes
{$ifndef CPU16}
test_move_large(500000);
{$endif CPU16}
{$ifdef fpc}
test_fillword;
test_filldword;