Skip to content

Commit

Permalink
YJIT: Remove duplicate test
Browse files Browse the repository at this point in the history
  • Loading branch information
XrXr committed Feb 20, 2024
1 parent 8e10904 commit 35fdf1a
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions bootstraptest/test_yjit.rb
Expand Up @@ -4569,15 +4569,6 @@ def call_site(args) = opt_rest(*args, **nil)
call_site([1])
}

# splat+kw_splat+opt+rest
assert_equal '[1, []]', %q{
def opt_rest(a = 0, *rest) = [a, rest]
def call_site(args) = opt_rest(*args, **nil)
call_site([1])
}

# splat and nil kw_splat
assert_equal 'ok', %q{
def identity(x) = x
Expand Down

0 comments on commit 35fdf1a

Please sign in to comment.