Skip to content

Commit fe10e06

Browse files
author
marisa
authored
fix(tests1): Change test command
Closes #243.
1 parent 419f779 commit fe10e06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

exercises/tests/tests1.rs

Lines changed: 1 addition & 1 deletion
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 --test exercises/tests/tests1.rs
4+
// rustlings run exercises/tests/tests1.rs
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)