Merge remote-tracking branch 'origin/trunk' into wasm-gen-test

This commit is contained in:
Folkert 2021-08-29 23:14:03 +02:00
commit b416e854ef
5 changed files with 44 additions and 47 deletions

View file

@ -2401,7 +2401,7 @@ fn call_invalid_layout() {
}
#[test]
#[should_panic(expected = "assert failed!")]
#[should_panic(expected = "An expectation failed!")]
fn expect_fail() {
assert_evals_to!(
indoc!(