add comments

This commit is contained in:
Folkert 2021-09-18 01:12:21 +02:00
parent d1c074cefe
commit e5e6ac79fe

View file

@ -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!(