Remove deleted file name from tests

This commit is contained in:
Sahil Dua
2016-06-28 02:11:54 +05:30
parent 94928bc78f
commit b8892250d5

View File

@@ -147,7 +147,7 @@ class TestHeuristcs < Minitest::Test
# Only calling out '.h' filenames as these are the ones causing issues
assert_heuristics({
"Objective-C" => all_fixtures("Objective-C", "*.h"),
"C++" => ["C++/scanner.h", "C++/qscicommand.h", "C++/v8.h", "C++/gdsdbreader.h"],
"C++" => ["C++/scanner.h", "C++/v8.h", "C++/gdsdbreader.h"],
"C" => nil
})
end