Revision: 3525 http://trac.macosforge.org/projects/ruby/changeset/3525 Author: lsansonetti@apple.com Date: 2010-02-13 18:39:54 -0800 (Sat, 13 Feb 2010) Log Message: ----------- untag spec that now passes Modified Paths: -------------- MacRuby/trunk/spec/frozen/tags/macruby/core/kernel/caller_tags.txt Modified: MacRuby/trunk/spec/frozen/tags/macruby/core/kernel/caller_tags.txt =================================================================== --- MacRuby/trunk/spec/frozen/tags/macruby/core/kernel/caller_tags.txt 2010-02-14 02:39:35 UTC (rev 3524) +++ MacRuby/trunk/spec/frozen/tags/macruby/core/kernel/caller_tags.txt 2010-02-14 02:39:54 UTC (rev 3525) @@ -1,5 +1,4 @@ fails:Kernel#caller returns the current call stack -fails:Kernel#caller omits a number of frames corresponding to the parameter fails:Kernel#caller in a Proc or eval returns the definition trace of a block when evaluated in a Proc binding fails:Kernel#caller in a Proc or eval returns the definition trace of a Proc fails:Kernel#caller in a Proc or eval returns the correct caller line from a called Proc