diff options
Diffstat (limited to 'cli/graph_util.rs')
-rw-r--r-- | cli/graph_util.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cli/graph_util.rs b/cli/graph_util.rs index 3578601a7..31645824d 100644 --- a/cli/graph_util.rs +++ b/cli/graph_util.rs @@ -442,6 +442,7 @@ mod test { specifier: input.to_string(), range: Range { specifier, + text: "".to_string(), start: Position::zeroed(), end: Position::zeroed(), }, @@ -458,6 +459,7 @@ mod test { let err = ResolutionError::InvalidSpecifier { range: Range { specifier, + text: "".to_string(), start: Position::zeroed(), end: Position::zeroed(), }, |