summaryrefslogtreecommitdiff
path: root/tests/tests3.rs
diff options
context:
space:
mode:
authorRobert Lugg <robert.lugg@gmail.com>2018-02-21 22:09:53 -0800
committerRobert Lugg <robert.lugg@gmail.com>2018-02-21 22:09:53 -0800
commit7d7a48b17dfb9d61b50eeced84f74e0d1f755b9c (patch)
tree30e9ef080ed6c31e5f6c12711d5fd1baf8ef404d /tests/tests3.rs
parentc4b32528457063b0b97da37617c2a9ff652a4cba (diff)
Added filename to top of .rs files
Diffstat (limited to 'tests/tests3.rs')
-rw-r--r--tests/tests3.rs1
1 files changed, 1 insertions, 0 deletions
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!