mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
initialize_copy: copy destination object may not be intialized
This commit is contained in:
+1
-2
@@ -43,7 +43,6 @@ assert("yday") { t1.yday == 71 }
|
||||
assert("year") { t1.year == 2011 }
|
||||
|
||||
t2 = Time.at(7.0e6)
|
||||
t1.initialize_copy(t2)
|
||||
assert("initialize_copy") { t1 == t2 }
|
||||
assert("initialize_copy") { t2.clone == t2 }
|
||||
|
||||
report()
|
||||
|
||||
Reference in New Issue
Block a user