This commit is contained in:
Folkert 2021-03-29 21:17:14 +02:00
parent 9c56fbc6d1
commit f7f9ec7de6

View file

@ -2278,7 +2278,7 @@ fn function_malformed_pattern() {
}
#[test]
#[should_panic(expected = "Hit an erroneous type when creating a layout for `#UserApp.f`")]
#[should_panic(expected = "Hit an erroneous type when creating a layout for")]
fn call_invalid_layout() {
assert_llvm_evals_to!(
indoc!(