diff options
Diffstat (limited to 'gr-blocks/python/blocks/qa_repeat.py')
-rw-r--r-- | gr-blocks/python/blocks/qa_repeat.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gr-blocks/python/blocks/qa_repeat.py b/gr-blocks/python/blocks/qa_repeat.py index f4ad18672..1cdd78839 100644 --- a/gr-blocks/python/blocks/qa_repeat.py +++ b/gr-blocks/python/blocks/qa_repeat.py @@ -33,4 +33,4 @@ class test_repeat (gr_unittest.TestCase): self.assertFloatTuplesAlmostEqual(dst_data, dst.data(), 6) if __name__ == '__main__': - gr_unittest.run(test_repeat, "test_repeat.xml") + gr_unittest.run(test_repeat) |