]> gitweb.factorcode.org Git - factor.git/commitdiff
audio.engine.test: cleanup using
authorJohn Benediktsson <mrjbq7@gmail.com>
Sun, 18 Sep 2022 15:58:37 +0000 (08:58 -0700)
committerJohn Benediktsson <mrjbq7@gmail.com>
Sun, 18 Sep 2022 15:58:37 +0000 (08:58 -0700)
extra/audio/engine/test/test.factor

index 3138a8ed01efe6cb139a1e6923ff631d3c625cc8..0e14fbb127cc3b99da3efc8b0261c52715cf9f17 100644 (file)
@@ -1,9 +1,9 @@
 ! Copyright (C) 2009 Joe Groff.
 ! See http://factorcode.org/license.txt for BSD license.
-USING: accessors timers audio.engine audio.loader calendar
-destructors io kernel math math.functions ranges specialized-arrays
-sequences random math.vectors ;
-SPECIALIZED-ARRAY: alien.c-types:short
+USING: accessors alien.c-types audio.engine audio.loader
+calendar destructors io kernel math math.functions math.vectors
+random ranges sequences specialized-arrays timers ;
+SPECIALIZED-ARRAY: short
 IN: audio.engine.test
 
 TUPLE: noise-generator ;