mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-03 08:34:33 +00:00
Ensure that llvm gen_ wrappers account different recursive pointers
Closes #2551
This commit is contained in:
parent
1beb00f490
commit
3685ad2ed2
4 changed files with 37 additions and 30 deletions
|
@ -465,7 +465,7 @@ fn eq_rosetree() {
|
|||
}
|
||||
|
||||
#[test]
|
||||
#[cfg(any(feature = "gen-wasm"))]
|
||||
#[cfg(any(feature = "gen-llvm", feature = "gen-wasm"))]
|
||||
fn eq_different_rosetrees() {
|
||||
// Requires two different equality procedures for `List (Rose I64)` and `List (Rose Str)`
|
||||
// even though both appear in the mono Layout as `List(RecursivePointer)`
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue