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_f_chans_demapper.py b/python/qa_tch_f_chans_demapper.py
index 6643653..f101ca9 100755
--- a/python/qa_tch_f_chans_demapper.py
+++ b/python/qa_tch_f_chans_demapper.py
@@ -151,4 +151,4 @@
         self.assertEqual(odd,  self.sacch_fr_test(ts=7, frames=[90, 103, 116, 129, 142, 155, 168, 181], bursts=bursts))
 
 if __name__ == '__main__':
-    gr_unittest.run(qa_tch_f_chans_demapper, "qa_tch_f_chans_demapper.xml")
+    gr_unittest.run(qa_tch_f_chans_demapper)