mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-30 23:31:12 +00:00
Fix repl test
This commit is contained in:
parent
13b87c4e21
commit
66a0958a06
1 changed files with 1 additions and 6 deletions
|
@ -93,12 +93,7 @@ fn partial_record_definition() {
|
||||||
incomplete(&mut input);
|
incomplete(&mut input);
|
||||||
|
|
||||||
input.push('}');
|
input.push('}');
|
||||||
complete(
|
complete(&input, &mut state, "{ field: \"field\" } : { field : Str }");
|
||||||
&input,
|
|
||||||
&mut state,
|
|
||||||
"{ field: \"field\" } : { field : Str }",
|
|
||||||
"successfulRecord",
|
|
||||||
);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// Partially define a record incompletely
|
// Partially define a record incompletely
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue