Add directions on running tests
This commit is contained in:
parent
3a172ccf30
commit
6e71d20086
|
@ -1,3 +1,7 @@
|
||||||
|
// Tests are important to ensure that your code does what you think it should do.
|
||||||
|
// Tests can be run on this file with the following command:
|
||||||
|
// rustc --test tests1.rs
|
||||||
|
|
||||||
// This test has a problem with it -- make the test compile! Make the test
|
// This test has a problem with it -- make the test compile! Make the test
|
||||||
// pass! Make the test fail! Scroll down for hints :)
|
// pass! Make the test fail! Scroll down for hints :)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue