Skip to content

Commit

Permalink
Fix span tests
Browse files Browse the repository at this point in the history
  • Loading branch information
sanxiyn committed May 5, 2013
1 parent a0d8873 commit aca2a00
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/libsyntax/parse/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -590,7 +590,7 @@ mod test {
types: ~[]},
None // no idea
),
span: sp(0,3)}, // really?
span: sp(0,1)},
id: 4 // fixme
})
}
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit aca2a00

Please sign in to comment.