Revision
1102
Author
eloy.de.enige@gmail.com
Date
2009-03-23 06:25:59 -0700 (Mon, 23 Mar 2009)

Log Message

Added if spec to KNOWN_GOOD. Still has one error, but that's not important as it does actually raise a SyntaxError.

Modified Paths

Diff

Modified: MacRuby/branches/experimental/rakelib/spec.rake (1101 => 1102)


--- MacRuby/branches/experimental/rakelib/spec.rake	2009-03-23 13:24:00 UTC (rev 1101)
+++ MacRuby/branches/experimental/rakelib/spec.rake	2009-03-23 13:25:59 UTC (rev 1102)
@@ -1,7 +1,7 @@
 namespace :spec do
   MSPEC_RUN = "./miniruby -v -I./mspec/lib -I./lib ./mspec/bin/mspec-run"
   
-  KNOWN_GOOD = %w{ and execution hash module or order unless until while }
+  KNOWN_GOOD = %w{ and execution hash if module or order unless until while }
   
   desc "Run continuous integration language examples (known good)"
   task :ci do