tests: opus: remove apparently useless macro in tests

This commit is contained in:
Thiago Santos 2016-05-02 10:36:07 -03:00
parent 9e60877108
commit 8375ed7763

View file

@ -325,12 +325,10 @@ opus_suite (void)
suite_add_tcase (s, tc_chain);
#define X if (0)
tcase_add_test (tc_chain, test_opus_encode_nothing);
tcase_add_test (tc_chain, test_opus_decode_nothing);
tcase_add_test (tc_chain, test_opus_encode_samples);
tcase_add_test (tc_chain, test_opus_encode_properties);
#undef X
return s;
}