summaryrefslogtreecommitdiff
path: root/test/ruby/test_const.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/ruby/test_const.rb')
-rw-r--r--test/ruby/test_const.rb8
1 files changed, 0 insertions, 8 deletions
diff --git a/test/ruby/test_const.rb b/test/ruby/test_const.rb
index fa512aa437..8784e0e988 100644
--- a/test/ruby/test_const.rb
+++ b/test/ruby/test_const.rb
@@ -69,12 +69,4 @@ PRE
def test_toplevel_lookup
assert_raise(NameError, '[Feature #11547]') {TestConst::Object}
end
-
- def test_evaluation_order
- assert_raise_with_message(RuntimeError, "recv", 'JIS X 3017:2013 11.4.2.2.3') {
- eval <<~EOS
- raise('recv')::C = raise('value')
- EOS
- }
- end
end