testsuite: Update error message, unbreak build

This commit is contained in:
Tim Chevalier 2013-01-20 18:22:11 -08:00
parent bc5dd2f557
commit e5bf6d1afa

View File

@ -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
}