Skip to content
Snippets Groups Projects
Commit a089191a authored by Thiago Santos's avatar Thiago Santos
Browse files

tests: opus: remove apparently useless macro in tests

parent 7ca5fecc
No related branches found
No related tags found
Loading
......@@ -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;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment