Skip to content

Commit b445705

Browse files
authored
Update tests3.rs
1 parent 967a9aa commit b445705

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

exercises/tests/tests3.rs

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,3 @@
1-
// tests3.rs
2-
// This test isn't testing our function -- make it do that in such a way that
3-
// the test passes. Then write a second test that tests whether we get the
4-
// result we expect to get when we call `is_even(5)`.
5-
// Execute `rustlings hint tests3` or use the `hint` watch subcommand for a
6-
// hint.
71

82
pub fn is_even(num: i32) -> bool {
93
num % 2 == 0

0 commit comments

Comments
 (0)