summaryrefslogtreecommitdiff
path: root/test/ripper/test_lexer.rb
diff options
context:
space:
mode:
authorNobuyoshi Nakada <nobu@ruby-lang.org>2019-06-28 17:08:21 +0900
committerNobuyoshi Nakada <nobu@ruby-lang.org>2019-06-28 17:08:21 +0900
commit5331932cd22f4dab84196eca55a05264dc0b84d7 (patch)
tree013608e7ad29c1765b975253356a6ad5c947e717 /test/ripper/test_lexer.rb
parent8d04f90da486a34f54589c2835518b1d720a4253 (diff)
Removed unused variables
Diffstat (limited to 'test/ripper/test_lexer.rb')
-rw-r--r--test/ripper/test_lexer.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/ripper/test_lexer.rb b/test/ripper/test_lexer.rb
index c8cc512a33..060d5f2db9 100644
--- a/test/ripper/test_lexer.rb
+++ b/test/ripper/test_lexer.rb
@@ -2,7 +2,6 @@
begin
require 'ripper'
require 'test/unit'
- ripper_test = true
module TestRipper; end
rescue LoadError
end