Skip to content

Commit

Permalink
audio.engine.test: cleanup using
Browse files Browse the repository at this point in the history
  • Loading branch information
mrjbq7 committed Sep 18, 2022
1 parent 6985657 commit f3ee5c5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions extra/audio/engine/test/test.factor
@@ -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 ;
Expand Down

0 comments on commit f3ee5c5

Please sign in to comment.