Revision: 1063 http://trac.macosforge.org/projects/ruby/changeset/1063 Author: lsansonetti@apple.com Date: 2009-03-22 14:17:15 -0700 (Sun, 22 Mar 2009) Log Message: ----------- added a test which currently segv the compiler Modified Paths: -------------- MacRuby/branches/experimental/test_roxor.rb Modified: MacRuby/branches/experimental/test_roxor.rb =================================================================== --- MacRuby/branches/experimental/test_roxor.rb 2009-03-22 20:37:41 UTC (rev 1062) +++ MacRuby/branches/experimental/test_roxor.rb 2009-03-22 21:17:15 UTC (rev 1063) @@ -766,6 +766,15 @@ f {|*args| p args} } + assert ':ok', %{ + 1.times do + def foo(&a) + a.call + end + foo { p :ok } + end + } + end test "blocks" do
participants (1)
-
source_changes@macosforge.org