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/tests4.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'tests/tests4.rs') diff --git a/tests/tests4.rs b/tests/tests4.rs index 278e29e..23d444a 100644 --- a/tests/tests4.rs +++ b/tests/tests4.rs @@ -1,3 +1,4 @@ +// tests4.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 `times_two` with a negative number. -- cgit v1.2.3