mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-30 02:33:55 +00:00
Fix a failing test.
This commit is contained in:
parent
b0646e0749
commit
f648affeaa
@ -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")));
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user