tools.disassembler.udis: no longer need these tests.

db4
John Benediktsson 2013-05-28 14:15:48 -07:00
parent 0f8b890748
commit eaea33b28e
1 changed files with 0 additions and 15 deletions

View File

@ -1,15 +0,0 @@
IN: tools.disassembler.udis.tests
USING: tools.disassembler.udis tools.test alien.c-types system combinators kernel ;
{
{
[ cpu x86.32? ]
[
os windows?
[ [ 624 ] [ ud heap-size ] unit-test ]
[ [ 604 ] [ ud heap-size ] unit-test ] if
]
}
{ [ cpu x86.64? ] [ [ 672 ] [ ud heap-size ] unit-test ] }
[ ]
} cond