summaryrefslogtreecommitdiff
path: root/bootstraptest
diff options
context:
space:
mode:
authorMaxime Chevalier-Boisvert <[email protected]>2025-03-07 10:59:46 -0500
committerTakashi Kokubun <[email protected]>2025-04-18 21:52:59 +0900
commitd2115562b92e70bea71cfaca175f59587c6a77da ()
tree491124156478b24beb08d4accc84fab6b483763e /bootstraptest
parent14253e7d122d0b5fa0cd476fecaaa258435dc1e6 (diff)
Add two more small btests
Notes: Merged: https://.com/ruby/ruby/pull/13131
-rw-r--r--bootstraptest/test_zjit.rb11
1 files changed, 11 insertions, 0 deletions
@@ -20,3 +20,14 @@ assert_equal '[6, 3]', %q{
def test(a, b) = a + b
[test(2, 4), test(1, 2)]
}