mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-29 06:44:46 +00:00
add comments
This commit is contained in:
parent
d1c074cefe
commit
e5e6ac79fe
1 changed files with 7 additions and 4 deletions
|
@ -2785,6 +2785,7 @@ fn value_not_exposed_hits_panic() {
|
|||
|
||||
#[test]
|
||||
fn mix_function_and_closure() {
|
||||
// see https://github.com/rtfeldman/roc/pull/1706
|
||||
assert_evals_to!(
|
||||
indoc!(
|
||||
r#"
|
||||
|
@ -2809,6 +2810,7 @@ fn mix_function_and_closure() {
|
|||
|
||||
#[test]
|
||||
fn mix_function_and_closure_level_of_indirection() {
|
||||
// see https://github.com/rtfeldman/roc/pull/1706
|
||||
assert_evals_to!(
|
||||
indoc!(
|
||||
r#"
|
||||
|
@ -2832,6 +2834,7 @@ fn mix_function_and_closure_level_of_indirection() {
|
|||
|
||||
#[test]
|
||||
fn do_pass_bool_byte_closure_layout() {
|
||||
// see https://github.com/rtfeldman/roc/pull/1706
|
||||
// the distinction is actually important, dropping that info means some functions just get
|
||||
// skipped
|
||||
assert_evals_to!(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue