mirror of
https://github.com/KevinMidboe/linguist.git
synced 2025-10-29 17:50:22 +00:00
Remove dead fixture test
This commit is contained in:
@@ -44,7 +44,6 @@ class TestTokenizer < Test::Unit::TestCase
|
||||
|
||||
def test_c_tokens
|
||||
assert_equal %w(#include <stdio.h> int main \( \) { printf \( \) ; return 0 ; }), tokenize(:"c/hello.c")
|
||||
assert_equal %w(#ifndef HELLO_H #define HELLO_H void hello \( \) ; #endif), tokenize(:"c/hello.h")
|
||||
end
|
||||
|
||||
def test_cpp_tokens
|
||||
|
||||
Reference in New Issue
Block a user