Skip to content

Commit

Permalink
Delete a test case of [] with block
Browse files Browse the repository at this point in the history
  • Loading branch information
soutaro committed Aug 22, 2023
1 parent c8960db commit 29084e2
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions test/stdlib/Dir_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,6 @@ def test_square_bracket
Dir, :[], "*/*"
assert_send_type "(::ToStr) -> ::Array[::String]",
Dir, :[], ToStr.new("*/*")
assert_send_type "(::String) { (::String) -> void } -> Array[String]",
Dir, :[], "*/*" do end
assert_send_type "(::String, ::String, base: ::String) -> ::Array[::String]",
Dir, :[], "*/*", "*", base: __dir__
end

def test_chdir
Expand Down

0 comments on commit 29084e2

Please sign in to comment.