]> gitweb.factorcode.org Git - factor.git/commitdiff
tools.image-analyzer.gc-info: fix for gml moving to unmaintained.
authorJohn Benediktsson <mrjbq7@gmail.com>
Wed, 22 Jul 2015 15:18:31 +0000 (08:18 -0700)
committerJohn Benediktsson <mrjbq7@gmail.com>
Wed, 22 Jul 2015 15:18:31 +0000 (08:18 -0700)
extra/tools/image-analyzer/gc-info/gc-info-tests.factor

index 4b7bcc5593e08b77a5cb2a2f60f86223c7915e0b..20f31ac2fef4c252b341ae81cb7b9d23c2d96962 100644 (file)
@@ -10,7 +10,6 @@ IN: tools.image-analyzer.gc-info.tests
 QUALIFIED: cpu.x86.features.private
 QUALIFIED: crypto.aes.utils
 QUALIFIED: effects
-QUALIFIED: gml.coremath
 QUALIFIED: opencl
 
 : normal? ( word -- ? )
@@ -133,7 +132,6 @@ FUNCTION: void LLVMDisposeTypeHandle ( LLVMTypeHandleRef TypeHandle )
         dup last 0 = [ drop f ] when
     ] replicate all-equal? ;
 
-{ t } [
+{ t } [
     \ opencl:cl-queue-kernel deterministic-gc-info?
-    \ gml.coremath:gml-determinant deterministic-gc-info?
 ] unit-test