Skip to content

Commit

Permalink
Remove dead fixture test
Browse files Browse the repository at this point in the history
  • Loading branch information
josh committed Jun 19, 2012
1 parent 4484011 commit 645a87d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/test_tokenizer.rb
Expand Up @@ -44,7 +44,6 @@ def test_sgml_tags

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
Expand Down

0 comments on commit 645a87d

Please sign in to comment.