diff options
Diffstat (limited to 'gr-blocks/python/blocks/qa_stream_mux.py')
-rw-r--r-- | gr-blocks/python/blocks/qa_stream_mux.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gr-blocks/python/blocks/qa_stream_mux.py b/gr-blocks/python/blocks/qa_stream_mux.py index 54dc9511bc..20d1376eac 100644 --- a/gr-blocks/python/blocks/qa_stream_mux.py +++ b/gr-blocks/python/blocks/qa_stream_mux.py @@ -229,4 +229,4 @@ class test_stream_mux (gr_unittest.TestCase): self.assertTrue(expected_tag_offsets_src3[i] == tags_src3[i].offset) if __name__ == '__main__': - gr_unittest.run(test_stream_mux, "test_stream_mux.xml") + gr_unittest.run(test_stream_mux) |