tests: Do not specify filename when runing gr_unittest

This fixes the following warning

DEPRECATED: Using filename with gr_unittest does no longer have any effect.

Change-Id: I7d6dbc32ff794ebf2bc116fa7437062e6780b85f
diff --git a/python/qa_tch_h_chans_demapper.py b/python/qa_tch_h_chans_demapper.py
index 4348f98..15e9bfc 100755
--- a/python/qa_tch_h_chans_demapper.py
+++ b/python/qa_tch_h_chans_demapper.py
@@ -206,4 +206,4 @@
         self.assertEqual(odd,  self.sacch_hr_test(ts=7, sub=1, frames=[90, 103, 116, 129, 142, 155, 168, 181], bursts=bursts))
 
 if __name__ == '__main__':
-    gr_unittest.run(qa_tch_h_chans_demapper, "qa_tch_h_chans_demapper.xml")
+    gr_unittest.run(qa_tch_h_chans_demapper)