Revision
1266
Author
pthomson@apple.com
Date
2009-03-30 09:51:22 -0700 (Mon, 30 Mar 2009)

Log Message

Whoops - included a broken test in the known good ones.

Modified Paths

Diff

Modified: MacRuby/branches/experimental/rakelib/spec.rake (1265 => 1266)


--- MacRuby/branches/experimental/rakelib/spec.rake	2009-03-30 16:33:45 UTC (rev 1265)
+++ MacRuby/branches/experimental/rakelib/spec.rake	2009-03-30 16:51:22 UTC (rev 1266)
@@ -29,7 +29,6 @@
   
   KNOWN_GOOD_CORE_IO = %w{
     closed
-    tell
   }
   
   desc "Run all language known good spec files which should be fully green (does not use tags)"