We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3161a8f + 39fa7ae commit 83bbd9eCopy full SHA for 83bbd9e
exercises/tests/tests1.rs
@@ -1,7 +1,7 @@
1
// tests1.rs
2
// Tests are important to ensure that your code does what you think it should do.
3
// Tests can be run on this file with the following command:
4
-// rustlings run exercises/tests/tests1.rs
+// rustlings run tests1
5
6
// This test has a problem with it -- make the test compile! Make the test
7
// pass! Make the test fail! Execute `rustlings hint tests1` for hints :)
0 commit comments