mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-08 01:28:18 +03:00
Fix span tests
This commit is contained in:
@@ -590,7 +590,7 @@ fn parser_done(p: Parser){
|
||||
types: ~[]},
|
||||
None // no idea
|
||||
),
|
||||
span: sp(0,3)}, // really?
|
||||
span: sp(0,1)},
|
||||
id: 4 // fixme
|
||||
})
|
||||
}
|
||||
@@ -627,7 +627,7 @@ fn parser_done(p: Parser){
|
||||
types: ~[]},
|
||||
None // no idea
|
||||
),
|
||||
span: sp(6,9)}, // bleah.
|
||||
span: sp(6,7)},
|
||||
id: 4 // fixme
|
||||
}],
|
||||
output: @ast::Ty{id:5, // fixme
|
||||
|
||||
Reference in New Issue
Block a user