Rename multimorphic tests to capture niche

This commit is contained in:
Ayaz Hafiz 2022-07-01 15:56:06 -04:00 committed by ayazhafiz
parent 019ebd93f7
commit d08aecf55f
No known key found for this signature in database
GPG key ID: B443F7A3030C9AED
43 changed files with 889 additions and 91 deletions

View file

@ -1,6 +1,16 @@
procedure List.4 (#Attr.2, #Attr.3):
<<<<<<< HEAD
let List.284 : List I64 = lowlevel ListAppend #Attr.2 #Attr.3;
ret List.284;
=======
<<<<<<< HEAD:crates/compiler/test_mono/generated/list_append.txt
let List.259 : List I64 = lowlevel ListAppend #Attr.2 #Attr.3;
ret List.259;
=======
let List.213 : List I64 = lowlevel ListAppend #Attr.2 #Attr.3;
ret List.213;
>>>>>>> a5fc399f4 (Rename multimorphic tests to capture niche):compiler/test_mono/generated/list_append.txt
>>>>>>> 25bb3751b (Rename multimorphic tests to capture niche)
procedure Test.0 ():
let Test.2 : List I64 = Array [1i64];