Skip to content

Commit cddbc49

Browse files
sasurau4calebcartwright
authored andcommitted
update test for tuple
1 parent eef3ccb commit cddbc49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/target/tuple.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ fn foo() {
2222
);
2323

2424
// #1063
25-
foo(x.0 .0);
25+
foo(x.0.0);
2626
}
2727

2828
fn a() {

0 commit comments

Comments
 (0)