test: Fix tests.

This commit is contained in:
Patrick Walton
2013-07-11 12:05:17 -07:00
parent e20549ff19
commit 2dbb3c3887
36 changed files with 217 additions and 243 deletions

View File

@@ -835,7 +835,7 @@ mod test {
// because of the SCTable, I now need a tidy way of
// creating syntax objects. Sigh.
#[deriving(Eq)]
#[deriving(Clone, Eq)]
enum TestSC {
M(Mrk),
R(ident,Name)