Skip to content

Commit

Permalink
update test for tuple
Browse files Browse the repository at this point in the history
  • Loading branch information
sasurau4 authored and calebcartwright committed Dec 9, 2020
1 parent eef3ccb commit cddbc49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/target/tuple.rs
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ fn foo() {
);

// #1063
foo(x.0 .0);
foo(x.0.0);
}

fn a() {
Expand Down

0 comments on commit cddbc49

Please sign in to comment.