Fix span tests
This commit is contained in:
parent
a0d8873097
commit
aca2a00fb4
1 changed files with 2 additions and 2 deletions
|
@ -590,7 +590,7 @@ mod test {
|
|||
types: ~[]},
|
||||
None // no idea
|
||||
),
|
||||
span: sp(0,3)}, // really?
|
||||
span: sp(0,1)},
|
||||
id: 4 // fixme
|
||||
})
|
||||
}
|
||||
|
@ -627,7 +627,7 @@ mod test {
|
|||
types: ~[]},
|
||||
None // no idea
|
||||
),
|
||||
span: sp(6,9)}, // bleah.
|
||||
span: sp(6,7)},
|
||||
id: 4 // fixme
|
||||
}],
|
||||
output: @ast::Ty{id:5, // fixme
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue