diff options
Diffstat (limited to 'gr-trellis/python/trellis/qa_trellis.py')
-rw-r--r-- | gr-trellis/python/trellis/qa_trellis.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gr-trellis/python/trellis/qa_trellis.py b/gr-trellis/python/trellis/qa_trellis.py index 1c690cf931..fcd2f2d871 100644 --- a/gr-trellis/python/trellis/qa_trellis.py +++ b/gr-trellis/python/trellis/qa_trellis.py @@ -120,4 +120,4 @@ class trellis_tb(gr.top_block): if __name__ == '__main__': - gr_unittest.run(test_trellis, "test_trellis.xml") + gr_unittest.run(test_trellis) |