From: John Benediktsson Date: Fri, 1 Jul 2016 14:55:50 +0000 (-0700) Subject: windows.ole32: use sets in tests. X-Git-Tag: unmaintained~864 X-Git-Url: https://gitweb.factorcode.org/gitweb.cgi?p=factor.git;a=commitdiff_plain;h=6e83fd40686faba4533f2316d20bd44075db4893 windows.ole32: use sets in tests. --- diff --git a/basis/windows/ole32/ole32-tests.factor b/basis/windows/ole32/ole32-tests.factor index a4645a30ce..83314efce9 100644 --- a/basis/windows/ole32/ole32-tests.factor +++ b/basis/windows/ole32/ole32-tests.factor @@ -1,7 +1,6 @@ USING: alien.c-types classes.struct kernel math sequences -specialized-arrays -specialized-arrays.instances.alien.c-types.uchar tools.test -windows.com.syntax windows.kernel32 windows.ole32 ; +sets specialized-arrays tools.test windows.com.syntax +windows.kernel32 windows.ole32 ; SPECIALIZED-ARRAY: uchar IN: windows.ole32.tests