summaryrefslogtreecommitdiff
path: root/bootstraptest
diff options
context:
space:
mode:
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
+}