aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/test/autoloading_fixtures/throws.rb
diff options
context:
space:
mode:
Diffstat (limited to 'activesupport/test/autoloading_fixtures/throws.rb')
-rw-r--r--activesupport/test/autoloading_fixtures/throws.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/activesupport/test/autoloading_fixtures/throws.rb b/activesupport/test/autoloading_fixtures/throws.rb
index 5e47b9699b..e1d96cc512 100644
--- a/activesupport/test/autoloading_fixtures/throws.rb
+++ b/activesupport/test/autoloading_fixtures/throws.rb
@@ -1,4 +1,4 @@
Throws = 1
-A::B # Autoloading recursion, expected to be discarded.
+_ = A::B # Autoloading recursion, expected to be discarded.
throw :t