Fix a failing test.

This commit is contained in:
Michael Sullivan 2012-06-18 21:01:56 -07:00
parent b0646e0749
commit f648affeaa

View File

@ -1,4 +1,4 @@
// error-pattern:get called on error result: "kitty"
// error-pattern:get called on error result: ~"kitty"
fn main() {
log(error, result::get(result::err::<int,str>("kitty")));
}
}