Skip to content

Commit 7c1242e

Browse files
committed
Remove unused variable
1 parent 13e4b29 commit 7c1242e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test_rdoc_parser_ruby.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -446,7 +446,7 @@ def test_parse_alias_stopdoc
446446

447447
tk = @parser.get_tk
448448

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

451451
assert_empty klass.aliases
452452
assert_empty klass.unmatched_alias_lists

0 commit comments

Comments
 (0)