Merge pull request #43 from laboon/wjl_add_test_instructions

Add directions on running tests
This commit is contained in:
Carol (Nichols || Goulding) 2016-05-14 17:21:44 -04:00
commit a046286bf8
1 changed files with 4 additions and 0 deletions

View File

@ -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
// pass! Make the test fail! Scroll down for hints :)