diff options
| author | take_cheeze <[email protected]> | 2014-06-15 15:02:21 +0900 |
|---|---|---|
| committer | take_cheeze <[email protected]> | 2014-06-15 15:02:21 +0900 |
| commit | ec5b0556940e9ab01cca07d0efee3fdeefe803ae (patch) | |
| tree | 100e88fd7b51ced886e78289616696e2884a146e /test/t/nil.rb | |
| parent | 0042e586db875fca2631c243cb41599e9782b05a (diff) | |
| download | mruby-ec5b0556940e9ab01cca07d0efee3fdeefe803ae.tar.gz mruby-ec5b0556940e9ab01cca07d0efee3fdeefe803ae.zip | |
Move direct superclass checking to `test/t/superclass.rb`.
Diffstat (limited to 'test/t/nil.rb')
| -rw-r--r-- | test/t/nil.rb | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/test/t/nil.rb b/test/t/nil.rb index 971ce2e8e..53b922f9a 100644 --- a/test/t/nil.rb +++ b/test/t/nil.rb @@ -10,10 +10,6 @@ assert('NilClass', '15.2.4.1') do assert_false NilClass.method_defined? :new end -assert('NilClass superclass', '15.2.4.2') do - assert_equal Object, NilClass.superclass -end - assert('NilClass#&', '15.2.4.3.1') do assert_false nil.&(true) assert_false nil.&(nil) |
