Fix a failing test.
This commit is contained in:
parent
b0646e0749
commit
f648affeaa
1 changed files with 2 additions and 2 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue