Skip to content

Commit

Permalink
Remove unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
drbrain committed Jun 29, 2011
1 parent 13e4b29 commit 7c1242e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_rdoc_parser_ruby.rb
Original file line number Diff line number Diff line change
Expand Up @@ -446,7 +446,7 @@ def test_parse_alias_stopdoc

tk = @parser.get_tk

alas = @parser.parse_alias klass, RDoc::Parser::Ruby::NORMAL, tk, 'comment'
@parser.parse_alias klass, RDoc::Parser::Ruby::NORMAL, tk, 'comment'

assert_empty klass.aliases
assert_empty klass.unmatched_alias_lists
Expand Down

0 comments on commit 7c1242e

Please sign in to comment.