typo
This commit is contained in:
parent
a65821d5ab
commit
e1e65d7695
|
@ -2403,7 +2403,7 @@ fn acceptance_test_22_filter_map() {
|
|||
}
|
||||
|
||||
test filter_map_1() {
|
||||
filter_map([], fn(_) { Some(43) }) == []
|
||||
filter_map([], fn(_) { Some(42) }) == []
|
||||
}
|
||||
"#;
|
||||
|
||||
|
|
Loading…
Reference in New Issue