summaryrefslogtreecommitdiff
path: root/bootstraptest
diff options
context:
space:
mode:
authorTakashi Kokubun <takashikkbn@gmail.com>2022-12-28 13:16:14 -0800
committerTakashi Kokubun <takashikkbn@gmail.com>2023-03-05 22:11:20 -0800
commit4eb6f1dbb9062097c65077eda7945f791c7e4464 (patch)
tree48752a68094ab61d060220358ae887e4459a5542 /bootstraptest
parente9535a439b1c6717154a79b86d698cb81c3a7d70 (diff)
downloadruby-4eb6f1dbb9062097c65077eda7945f791c7e4464.tar.gz
Put nil on an appropriate index
Diffstat (limited to 'bootstraptest')
-rw-r--r--bootstraptest/test_mjit.rb4
1 files changed, 4 insertions, 0 deletions
diff --git a/bootstraptest/test_mjit.rb b/bootstraptest/test_mjit.rb
new file mode 100644
index 0000000000..af5b14e50a
--- /dev/null
+++ b/bootstraptest/test_mjit.rb
@@ -0,0 +1,4 @@
+assert_equal 'true', %q{
+ def nil_nil = nil == nil
+ nil_nil
+}