Revision
2816
Author
lsansonetti@apple.com
Date
2009-10-15 15:24:54 -0700 (Thu, 15 Oct 2009)

Log Message

re-tagging a failing spec from critical to fails (it still doesn't pass because mspec is just a big pile of what you know)

Modified Paths

Diff

Modified: MacRuby/trunk/spec/frozen/tags/macruby/core/kernel/puts_tags.txt (2815 => 2816)


--- MacRuby/trunk/spec/frozen/tags/macruby/core/kernel/puts_tags.txt	2009-10-15 22:17:40 UTC (rev 2815)
+++ MacRuby/trunk/spec/frozen/tags/macruby/core/kernel/puts_tags.txt	2009-10-15 22:24:54 UTC (rev 2816)
@@ -1,4 +1,4 @@
-critical:Kernel#puts writes [...] for a recursive array arg
+fails:Kernel#puts writes [...] for a recursive array arg
 fails:Kernel#puts writes just a newline when given no args
 fails:Kernel#puts writes nil with a newline when given nil as an arg
 fails:Kernel#puts calls to_s before writing non-string objects