Fix UI test
This commit is contained in:
parent
832b33e6b1
commit
cdeb0e3e02
1 changed files with 1 additions and 1 deletions
|
|
@ -164,7 +164,7 @@ fn main() {
|
|||
// mac call
|
||||
|
||||
// match
|
||||
[ match elem { _ => elem } == 3 ] => "Assertion failed: match elem { _ => elem, } == 3"
|
||||
[ match elem { _ => elem } == 3 ] => "Assertion failed: (match elem { _ => elem, }) == 3"
|
||||
|
||||
// ret
|
||||
[ (|| { return elem; })() == 3 ] => "Assertion failed: (|| { return elem; })() == 3"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue