alien.marshall.syntax.tests: delete library before compilation

db4
Jeremy Hughes 2009-07-08 15:17:00 +12:00
parent 5cacaf3524
commit e2797b83bc
1 changed files with 1 additions and 2 deletions

View File

@ -4,6 +4,7 @@ USING: alien.inline alien.marshall.syntax destructors
tools.test ;
IN: alien.marshall.syntax.tests
DELETE-C-LIBRARY: test
C-LIBRARY: test
C-MARSHALLED: void outarg1 ( int* a )
@ -24,5 +25,3 @@ C-MARSHALLED: unsigned-long* outarg2 ( unsigned-long a, unsigned-long* b )
{ 2 2 } [ outarg2 ] must-infer-as
[ 18 15 ] [ 3 5 outarg2 ] unit-test
DELETE-C-LIBRARY: test