Skip to content

Commit 8f470b3

Browse files
committed
adjust atc_accounting test case
1 parent a2b7c84 commit 8f470b3

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

src/lowering/test.rs

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -193,10 +193,9 @@ fn atc_accounting() {
193193
assert_eq!(
194194
&impl_text[..].replace(",\n", "\n"),
195195
&r#"ImplDatum {
196+
polarity: Positive,
196197
binders: for<type> ImplDatumBound {
197-
trait_ref: Positive(
198-
Vec<^0> as Iterable
199-
),
198+
trait_ref: Vec<^0> as Iterable,
200199
where_clauses: [],
201200
associated_ty_values: [
202201
AssociatedTyValue {
@@ -207,8 +206,8 @@ fn atc_accounting() {
207206
}
208207
}
209208
],
210-
impl_type: Local
211-
}
209+
},
210+
impl_type: Local
212211
}"#
213212
.replace(",\n", "\n")
214213
);

0 commit comments

Comments
 (0)