Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
canndrew committed Feb 4, 2017
1 parent 40c9538 commit 7444d07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/librustc_driver/test.rs
Expand Up @@ -819,7 +819,7 @@ fn walk_ty_skip_subtree() {
let int_ty = tcx.types.isize;
let uint_ty = tcx.types.usize;
let tup1_ty = tcx.intern_tup(&[int_ty, uint_ty, int_ty, uint_ty], false);
let tup2_ty = tcx.intern_tup(&[tup1_ty, tup1_ty, uint_ty]);
let tup2_ty = tcx.intern_tup(&[tup1_ty, tup1_ty, uint_ty], false);

// types we expect to see (in order), plus a boolean saying
// whether to skip the subtree.
Expand Down

0 comments on commit 7444d07

Please sign in to comment.