diff options
Diffstat (limited to 'gr-blocks/python/blocks/qa_pdu.py')
-rw-r--r-- | gr-blocks/python/blocks/qa_pdu.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gr-blocks/python/blocks/qa_pdu.py b/gr-blocks/python/blocks/qa_pdu.py index 8505acbd9..97d9854c5 100644 --- a/gr-blocks/python/blocks/qa_pdu.py +++ b/gr-blocks/python/blocks/qa_pdu.py @@ -122,4 +122,4 @@ class test_pdu(gr_unittest.TestCase): if __name__ == '__main__': - gr_unittest.run(test_pdu, "test_pdu.xml") + gr_unittest.run(test_pdu) |