Skip to content

Commit

Permalink
update test for tuple
Browse files Browse the repository at this point in the history
  • Loading branch information
sasurau4 committed Dec 2, 2020
1 parent 509859a commit d086db7
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 d086db7

Please sign in to comment.