You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/ch11-03-test-organization.md
+2-5Lines changed: 2 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -511,13 +511,10 @@ fn it_adds_two() {
511
511
```
512
512
513
513
<!--
514
-
Note that the `mod common;` declaration is the same as the module declarations
515
-
we demonstrated in Listing 7-4. Then in the test function, we can call the
516
-
`common::setup()` function.
514
+
Note that the mod common; declaration is the same as the module declaration we demonstrated in Listing 7-21. Then in the test function, we can call the common::setup() function.
0 commit comments