mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-03 19:58:18 +00:00
Give some tests more accurate names
This commit is contained in:
parent
de8da82ace
commit
7f8eae5a24
1 changed files with 2 additions and 2 deletions
|
@ -447,7 +447,7 @@ fn optional_field_when_use_default_nested() {
|
|||
|
||||
#[test]
|
||||
#[cfg(any(feature = "gen-llvm", feature = "gen-wasm"))]
|
||||
fn optional_field_when_no_use_default() {
|
||||
fn optional_field_destructure_module() {
|
||||
assert_evals_to!(
|
||||
indoc!(
|
||||
r#"
|
||||
|
@ -468,7 +468,7 @@ fn optional_field_when_no_use_default() {
|
|||
|
||||
#[test]
|
||||
#[cfg(any(feature = "gen-llvm", feature = "gen-wasm"))]
|
||||
fn optional_field_when_no_use_default_nested() {
|
||||
fn optional_field_destructure_expr() {
|
||||
assert_evals_to!(
|
||||
indoc!(
|
||||
r#"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue