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