Revision
1248
Author
lsansonetti@apple.com
Date
2009-03-28 20:48:11 -0700 (Sat, 28 Mar 2009)

Log Message

moved the undef spec in the not-green-yet list and marked the only test as failing (it's not implemented yet)

Modified Paths

Added Paths

Diff

Modified: MacRuby/branches/experimental/rakelib/spec.rake (1247 => 1248)


--- MacRuby/branches/experimental/rakelib/spec.rake	2009-03-29 03:41:44 UTC (rev 1247)
+++ MacRuby/branches/experimental/rakelib/spec.rake	2009-03-29 03:48:11 UTC (rev 1248)
@@ -46,6 +46,7 @@
     rescue
     return
     throw
+    undef
     variables
     yield
   }

Added: MacRuby/branches/experimental/spec/frozen/tags/macruby/language/undef_tags.txt (0 => 1248)


--- MacRuby/branches/experimental/spec/frozen/tags/macruby/language/undef_tags.txt	                        (rev 0)
+++ MacRuby/branches/experimental/spec/frozen/tags/macruby/language/undef_tags.txt	2009-03-29 03:48:11 UTC (rev 1248)
@@ -0,0 +1 @@
+fails:The undef keyword undefines 'meth='
Property changes on: MacRuby/branches/experimental/spec/frozen/tags/macruby/language/undef_tags.txt
___________________________________________________________________

Added: svn:eol-style