aboutsummaryrefslogtreecommitdiffstats
path: root/test/ruby/test_iseq.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/ruby/test_iseq.rb')
-rw-r--r--test/ruby/test_iseq.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/ruby/test_iseq.rb b/test/ruby/test_iseq.rb
index 4561eeb952..06931c8ae6 100644
--- a/test/ruby/test_iseq.rb
+++ b/test/ruby/test_iseq.rb
@@ -89,9 +89,9 @@ class TestISeq < Test::Unit::TestCase
LINE_BEFORE_METHOD = __LINE__
def method_test_line_trace
- a = 1
+ _a = 1
- b = 2
+ _b = 2
end