syntax.test is passing, yay
authorAndy Wingo <wingo@pobox.com>
Fri, 22 May 2009 10:22:39 +0000 (12:22 +0200)
committerAndy Wingo <wingo@pobox.com>
Fri, 22 May 2009 10:22:39 +0000 (12:22 +0200)
commit9ecac781bf3b33abca137c242ceaa7c49f604958
tree836de6c3ce830c55889ec8ca6ae3e0dbd407c8b8
parentdc1eed52f71004bca74028d03ae35bbf569be709
syntax.test is passing, yay

* test-suite/tests/syntax.test ("top-level define"): Remove the test for
  currying, as we don't do that any more by default. It should be easy
  for the user to add in if she wants it, though.
  ("do"): Remove unmemoization tests, as sc-expand fully expands `do'.
  ("while"): Remove while tests in empty environments. They have been
  throwing 'unresolved, and the problem they seek to test is fully
  handled by hygiene anyway.

  And otherwise tweak expected exception strings, and everything passes!
test-suite/tests/syntax.test