mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-02 08:11:12 +00:00
fix test
This commit is contained in:
parent
9c56fbc6d1
commit
f7f9ec7de6
1 changed files with 1 additions and 1 deletions
|
@ -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!(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue