summaryrefslogtreecommitdiff
path: root/bootstraptest/test_zjit.rb
diff options
context:
space:
mode:
-rw-r--r--bootstraptest/test_zjit.rb9
1 files changed, 7 insertions, 2 deletions
@@ -3,10 +3,15 @@
assert_equal 'nil', %q{
def test = nil
- test.inspect
}
assert_equal '1', %q{
def test = 1
- test
}