diff --git a/test/test_classifier.rb b/test/test_classifier.rb index ac7fbb0d..9a72c9b2 100644 --- a/test/test_classifier.rb +++ b/test/test_classifier.rb @@ -69,10 +69,6 @@ class TestClassifier < Test::Unit::TestCase def test_classify_ambiguous_languages Sample.each do |sample| - # TODO: These tests are pending - next if sample.path =~ /hello.h/ - next if sample.path =~ /MainMenuViewController.h/ - next unless sample.language.overrides.any? extname = File.extname(sample.path)