From 7d7a48b17dfb9d61b50eeced84f74e0d1f755b9c Mon Sep 17 00:00:00 2001 From: Robert Lugg Date: Wed, 21 Feb 2018 22:09:53 -0800 Subject: Added filename to top of .rs files --- tests/tests3.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'tests/tests3.rs') diff --git a/tests/tests3.rs b/tests/tests3.rs index 1ee0f29..e041f38 100644 --- a/tests/tests3.rs +++ b/tests/tests3.rs @@ -1,3 +1,4 @@ +// tests3.rs // This test isn't testing our function -- make it do that in such a way that // the test passes. Then write a second test that tests that we get the result // we expect to get when we call `is_even(5)`. Scroll down for hints! -- cgit v1.2.3