summaryrefslogtreecommitdiff
path: root/test/ruby/test_parse.rb
diff options
context:
space:
mode:
authorYusuke Endoh <mame@ruby-lang.org>2021-07-27 13:41:10 +0900
committerYusuke Endoh <mame@ruby-lang.org>2021-07-27 13:41:58 +0900
commit2de7c29b378598fd300e55c3f6b9a7121e7dcf5e (patch)
treee39ea92e7e9132d6f6373cac55ffa6d92a960546 /test/ruby/test_parse.rb
parent2d0a1e5f610be3230e0f5e4ab9650fef610fd342 (diff)
test/ruby/test_parse.rb: Prevent an "unused variable" warning
Diffstat (limited to 'test/ruby/test_parse.rb')
-rw-r--r--test/ruby/test_parse.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/ruby/test_parse.rb b/test/ruby/test_parse.rb
index 65b8f87ad0..625b6eb223 100644
--- a/test/ruby/test_parse.rb
+++ b/test/ruby/test_parse.rb
@@ -1090,7 +1090,7 @@ x = __ENCODING__
v2 = <<~HEREDOC
something
- #{other = "/#{var}"}
+ #{_other = "/#{var}"}
HEREDOC
v3 = <<~HEREDOC