6 Jan
2010
6 Jan
'10
3:23 a.m.
Revision: 3194 http://trac.macosforge.org/projects/ruby/changeset/3194 Author: lsansonetti@apple.com Date: 2010-01-05 19:23:48 -0800 (Tue, 05 Jan 2010) Log Message: ----------- added failing test Modified Paths: -------------- MacRuby/trunk/test_vm/dispatch.rb Modified: MacRuby/trunk/test_vm/dispatch.rb =================================================================== --- MacRuby/trunk/test_vm/dispatch.rb 2010-01-06 01:15:29 UTC (rev 3193) +++ MacRuby/trunk/test_vm/dispatch.rb 2010-01-06 03:23:48 UTC (rev 3194) @@ -456,3 +456,13 @@ end C2.new.foo } + +assert ':ok', %{ + class C1 + def foo; p :ok; end + end + class C2 < C1 + def foo; 1.times { return super }; end + end + C2.new.foo +}
5787
Age (days ago)
5787
Last active (days ago)
0 comments
1 participants
participants (1)
-
source_changes@macosforge.org