From a4f63a07d28d271f6ce0e827d9133cc19a369258 Mon Sep 17 00:00:00 2001 From: yury Date: Sat, 10 Oct 2015 21:57:08 +0000 Subject: [PATCH] * Skip this test for android. git-svn-id: trunk@32007 - --- tests/test/tover4.pas | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test/tover4.pas b/tests/test/tover4.pas index c9a3e32e31..fe847b364e 100644 --- a/tests/test/tover4.pas +++ b/tests/test/tover4.pas @@ -1,5 +1,5 @@ { %cpu=i386,x86_64 } -{ %skiptarget=win64 } +{ %skiptarget=win64,android } { Target must actually support Extended type } function test1(x: single): integer;