1
Fork 0

Update and fix a few tests

This commit is contained in:
Alex Crichton 2017-06-21 12:42:44 -07:00 committed by Jeffrey Seyfried
parent 302935ff2a
commit d316874c87
4 changed files with 8 additions and 8 deletions

View file

@ -687,7 +687,7 @@ mod tests {
id: ast::DUMMY_NODE_ID,
node: ast::ExprKind::Path(None, ast::Path {
span: sp(0, 6),
segments: vec![ast::PathSegment::crate_root(),
segments: vec![ast::PathSegment::crate_root(sp(0, 2)),
str2seg("a", 2, 3),
str2seg("b", 5, 6)]
}),