Fix UI test

This commit is contained in:
bwmf2 2023-02-28 06:04:56 +01:00
parent 832b33e6b1
commit cdeb0e3e02

View File

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