summaryrefslogtreecommitdiff
path: root/tests/tests3.rs
diff options
context:
space:
mode:
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!