summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gr-run-waveform/test_xyzzy.cc2
1 files changed, 0 insertions, 2 deletions
diff --git a/gr-run-waveform/test_xyzzy.cc b/gr-run-waveform/test_xyzzy.cc
index 452786fd0..b6497432a 100644
--- a/gr-run-waveform/test_xyzzy.cc
+++ b/gr-run-waveform/test_xyzzy.cc
@@ -129,13 +129,11 @@ main(int argc, char *argv[])
// Return a C port that will read the file contents
-#if 0
if (xyzzy_make_read_only_port("gnuradio")) {
cout << "PASSED: xyzzy_make_read_only_port()" << endl;
} else {
cout << "FAILED: xyzzy_make_read_only_port()" << endl;
}
-#endif
scm_boot_guile (argc, argv, inner_main, 0);
}