tests: remove g_printerr() that's not needed any longer

now that tcase_skip_broken_test() prints it as well.
This commit is contained in:
Tim-Philipp Müller 2012-09-24 11:56:56 +01:00
parent 63c4a29ac0
commit df83b4e730

View file

@ -1858,7 +1858,6 @@ rganalysis_suite (void)
tcase_add_test (tc_chain, test_gain_album);
g_printerr ("FIXME: fix test_forced_* tests");
tcase_skip_broken_test (tc_chain, test_forced);
tcase_skip_broken_test (tc_chain, test_forced_separate);
tcase_skip_broken_test (tc_chain, test_forced_after_data);