Skip to content

Commit

Permalink
fix fallout in codegen-unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
arielb1 committed May 29, 2016
1 parent ac7cb1f commit b66267c
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -56,5 +56,3 @@ fn main()
//~ TRANS_ITEM fn cgu_export_trait_method::{{impl}}[0]::without_default_impl_generic[0]<bool>
let _: (char, bool) = Trait::without_default_impl_generic(false);
}

//~ TRANS_ITEM drop-glue i8
2 changes: 0 additions & 2 deletions src/test/codegen-units/item-collection/generic-functions.rs
Original file line number Diff line number Diff line change
Expand Up @@ -60,5 +60,3 @@ fn main() {
//~ TRANS_ITEM fn generic_functions::foo3[0]<char, (), ()>
let _ = foo3('v', (), ());
}

//~ TRANS_ITEM drop-glue i8
2 changes: 0 additions & 2 deletions src/test/codegen-units/partitioning/local-generic.rs
Original file line number Diff line number Diff line change
Expand Up @@ -56,5 +56,3 @@ mod mod2 {
let _ = generic("abc");
}
}

//~ TRANS_ITEM drop-glue i8

0 comments on commit b66267c

Please sign in to comment.