fix(primitive_types6): missing comma in test

pull/561/head
Matthew Smillie 4 years ago
parent e6bde22f9c
commit 4fb230daf1

@ -11,6 +11,6 @@ fn indexing_tuple() {
/// Replace below ??? with the tuple indexing syntax.
let second = ???;
assert_eq!(2, second
assert_eq!(2, second,
"This is not the 2nd number in the tuple!")
}

Loading…
Cancel
Save