Updating tests corresponding to changes in samples

This commit is contained in:
Sahil Dua
2016-06-30 20:04:55 +05:30
parent b8892250d5
commit 4361ccda32

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++/v8.h", "C++/gdsdbreader.h"],
"C++" => ["C++/scanner.h", "C++/protocol-buffer.pb.h", "C++/v8.h", "C++/gdsdbreader.h"],
"C" => nil
})
end