summaryrefslogtreecommitdiff
path: root/test/ruby
diff options
context:
space:
mode:
authorU.Nakamura <usa@ruby-lang.org>2023-07-26 11:02:57 +0900
committerU.Nakamura <usa@ruby-lang.org>2023-07-26 11:02:57 +0900
commitbbbf150e4d20bd618c4b9e702a60638b045317d8 (patch)
tree10a24a9877e6da6b8d0843552f62a3ed6443bd32 /test/ruby
parente55dde3bdddbc595be12e7184a23e729647eb989 (diff)
Revert "merge revision(s) 91c004885fc75a93cadf0094fa86ec3bd0ec25f5: [Backport #19025]"
This reverts commit e55dde3bdddbc595be12e7184a23e729647eb989.
Diffstat (limited to 'test/ruby')
-rw-r--r--test/ruby/test_syntax.rb3
1 files changed, 0 insertions, 3 deletions
diff --git a/test/ruby/test_syntax.rb b/test/ruby/test_syntax.rb
index 39ad8875a0..53036cab3b 100644
--- a/test/ruby/test_syntax.rb
+++ b/test/ruby/test_syntax.rb
@@ -1632,9 +1632,6 @@ eom
assert_raise(NameError) {eval("_1")},
]
}
-
- assert_valid_syntax("proc {def foo(_);end;_1}")
- assert_valid_syntax("p { [_1 **2] }")
end
def test_value_expr_in_condition