Skip to content

Commit 83bbd9e

Browse files
author
fmoko
authored
chore: Correct test command in tests1.rs comment (rust-lang#267)
chore: Correct test command in tests1.rs comment
2 parents 3161a8f + 39fa7ae commit 83bbd9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

exercises/tests/tests1.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// tests1.rs
22
// Tests are important to ensure that your code does what you think it should do.
33
// Tests can be run on this file with the following command:
4-
// rustlings run exercises/tests/tests1.rs
4+
// rustlings run tests1
55

66
// This test has a problem with it -- make the test compile! Make the test
77
// pass! Make the test fail! Execute `rustlings hint tests1` for hints :)

0 commit comments

Comments
 (0)