]> gitweb.factorcode.org Git - factor.git/blob - extra/synth/synth-tests.factor
Revert "factor: rename [ ] [ ] unit-test -> { } [ ] unit-test using a refactoring...
[factor.git] / extra / synth / synth-tests.factor
1 USING: synth tools.test ;
2
3 IN: synth.tests
4
5 [
6     {
7         0.0
8         0.9510565162951535
9         0.5877852522924732
10         -0.587785252292473
11         -0.9510565162951536
12     }
13 ] [ 5 single-sine-wave ] unit-test