From 96120dc8e5689ad2b219ee6d7c702b9669b8a1c0 Mon Sep 17 00:00:00 2001 From: Doug Coleman Date: Tue, 25 Aug 2009 16:31:58 -0500 Subject: [PATCH] update new structs again --- basis/compiler/tests/alien.factor | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/basis/compiler/tests/alien.factor b/basis/compiler/tests/alien.factor index b1780e33e1..a5aa91bdf7 100755 --- a/basis/compiler/tests/alien.factor +++ b/basis/compiler/tests/alien.factor @@ -6,7 +6,6 @@ namespaces.private parser quotations sequences specialized-arrays.float stack-checker stack-checker.errors system threads tools.test words ; IN: compiler.tests.alien -FROM: classes.c-types => short float ; << : libfactor-ffi-tests-path ( -- string ) @@ -575,8 +574,8 @@ FUNCTION: complex-float ffi_test_47 ( complex-float x, complex-double y ) ; ! Reported by jedahu STRUCT: bool-field-test - { name pinned-c-ptr } - { on boolean } + { name char* } + { on bool } { parents short } ; FUNCTION: short ffi_test_48 ( bool-field-test x ) ;