summaryrefslogtreecommitdiff
path: root/gnuradio-core/src/guile
diff options
context:
space:
mode:
authorTom Rondeau2011-07-30 12:40:03 -0400
committerTom Rondeau2011-07-30 12:40:03 -0400
commit0eb52f1683ea6c5869e1c8141a3f756e1dc8997a (patch)
tree10baf999894f71c829af93f763122ea0f851e7a6 /gnuradio-core/src/guile
parente1b4e60823c2b938500932b0868d88698e48d525 (diff)
downloadgnuradio-0eb52f1683ea6c5869e1c8141a3f756e1dc8997a.tar.gz
gnuradio-0eb52f1683ea6c5869e1c8141a3f756e1dc8997a.tar.bz2
gnuradio-0eb52f1683ea6c5869e1c8141a3f756e1dc8997a.zip
digital: moved fll_band_edge out of gnruadio-core.
Diffstat (limited to 'gnuradio-core/src/guile')
-rw-r--r--gnuradio-core/src/guile/tests/general_ctors.test3
1 files changed, 0 insertions, 3 deletions
diff --git a/gnuradio-core/src/guile/tests/general_ctors.test b/gnuradio-core/src/guile/tests/general_ctors.test
index eb0e5876e..813574bca 100644
--- a/gnuradio-core/src/guile/tests/general_ctors.test
+++ b/gnuradio-core/src/guile/tests/general_ctors.test
@@ -147,9 +147,6 @@
(pass-if (true? (gr:fft-vfc 4 #t #(1.0 2.0 3.0 4.0))))
(pass-if-throw "confirm throw gr:fft-vfc" #t (true? (gr:fft-vfc 4 #f #(1.0 2.0 3.0 4.0))))
-;;; ./general/gr_fll_band_edge_cc.h
-(pass-if (true? (gr:fll-band-edge-cc 0 0 0 0 0)))
-
;; ;;; ./general/gr_float_to_char.h
(pass-if (true? (gr:float-to-char)))