testsuite: Update error message, unbreak build
This commit is contained in:
parent
bc5dd2f557
commit
e5bf6d1afa
@ -29,5 +29,4 @@ fn cat(in_x : uint, in_y : int) -> cat {
|
||||
fn main() {
|
||||
let nyan : cat = cat(52u, 99);
|
||||
nyan.speak = fn@() { debug!("meow"); }; //~ ERROR attempted to take value of method
|
||||
//~^ ERROR mismatched types
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user