Fix fallout in tests from removing the use of Gc in ExpnInfo.

This commit is contained in:
Eduard Burtescu
2014-09-18 14:36:01 +03:00
parent e35e47f5c1
commit f1a8f53cf1
9 changed files with 15 additions and 15 deletions

View File

@@ -1363,7 +1363,7 @@ mod test {
inner: Span {
lo: BytePos(11),
hi: BytePos(19),
expn_info: None,
expn_id: NO_EXPANSION,
},
view_items: Vec::new(),
items: Vec::new(),
@@ -1373,7 +1373,7 @@ mod test {
span: Span {
lo: BytePos(10),
hi: BytePos(20),
expn_info: None,
expn_id: NO_EXPANSION,
},
exported_macros: Vec::new(),
};