From f1bbeec1986421b1af4e8ee287f40f42ee3d9f4d Mon Sep 17 00:00:00 2001 From: Joe Groff Date: Mon, 1 Feb 2010 22:03:51 -0800 Subject: [PATCH] wrap alien.fortran c-type conversion tests in with-manifest --- basis/alien/fortran/fortran-tests.factor | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) diff --git a/basis/alien/fortran/fortran-tests.factor b/basis/alien/fortran/fortran-tests.factor index a4099a9cc4..79bf59c239 100644 --- a/basis/alien/fortran/fortran-tests.factor +++ b/basis/alien/fortran/fortran-tests.factor @@ -3,7 +3,7 @@ USING: accessors alien alien.c-types alien.complex alien.data alien.fortran alien.fortran.private alien.strings classes.struct arrays assocs byte-arrays combinators fry generalizations io.encodings.ascii kernel macros -macros.expander namespaces sequences shuffle tools.test ; +macros.expander namespaces sequences shuffle tools.test vocabs.parser ; QUALIFIED-WITH: alien.c-types c IN: alien.fortran.tests @@ -91,7 +91,12 @@ intel-unix-abi fortran-abi [ [ "complex*16" fortran-type>c-type ] unit-test [ fortran_test_record ] - [ "fortran_test_record" fortran-type>c-type ] unit-test + [ + [ + "alien.fortran.tests" use-vocab + "fortran_test_record" fortran-type>c-type + ] with-manifest + ] unit-test ! fortran-arg-type>c-type @@ -105,7 +110,12 @@ intel-unix-abi fortran-abi [ [ "integer(*)" fortran-arg-type>c-type ] unit-test [ c:void* { } ] - [ "fortran_test_record" fortran-arg-type>c-type ] unit-test + [ + [ + "alien.fortran.tests" use-vocab + "fortran_test_record" fortran-arg-type>c-type + ] with-manifest + ] unit-test [ c:char* { } ] [ "character" fortran-arg-type>c-type ] unit-test