mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-28 14:24:45 +00:00
fix rust repl test not compiling
This commit is contained in:
parent
8194930dfb
commit
78ebe4e686
1 changed files with 1 additions and 6 deletions
|
@ -93,12 +93,7 @@ fn partial_record_definition() {
|
|||
incomplete(&mut input);
|
||||
|
||||
input.push('}');
|
||||
complete(
|
||||
&input,
|
||||
&mut state,
|
||||
"{ field: \"field\" } : { field : Str }",
|
||||
"successfulRecord",
|
||||
);
|
||||
complete(&input, &mut state, "{ field: \"field\" } : { field : Str }");
|
||||
}
|
||||
|
||||
// Partially define a record incompletely
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue