Skip to content

Commit 4cd0ccc

Browse files
committed
Fix misleading test name
1 parent b8fcd11 commit 4cd0ccc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

exercises/06_move_semantics/move_semantics4.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ mod tests {
77
// TODO: Fix the compiler errors only by reordering the lines in the test.
88
// Don't add, change or remove any line.
99
#[test]
10-
fn move_semantics5() {
10+
fn move_semantics4() {
1111
let mut x = 100;
1212
let y = &mut x;
1313
let z = &mut x;

0 commit comments

Comments
 (0)