diff options
Diffstat (limited to 'test')
| -rw-r--r-- | test/test_classifier.rb | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/test/test_classifier.rb b/test/test_classifier.rb index ac7fbb0..9a72c9b 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) |
