mirror of
				https://github.com/KevinMidboe/linguist.git
				synced 2025-10-29 17:50:22 +00:00 
			
		
		
		
	Remove deleted file name from tests
This commit is contained in:
		| @@ -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 | ||||
|   | ||||
		Reference in New Issue
	
	Block a user