Fix obsolete struct syntax in test

This commit is contained in:
Brian Anderson 2012-09-07 17:54:47 -07:00
parent 2810ea9a68
commit cd3956054d

View File

@ -1,5 +1,5 @@
struct S {
y: int;
y: int
}
impl S: Cmp, ToStr { //~ ERROR: expected `{` but found `,`