File tree 1 file changed +5
-5
lines changed
Sources/Testing/Testing.docc
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -54,12 +54,12 @@ or the ``require(exitsWith:observing:_:sourceLocation:performing:)`` macro:
54
54
}
55
55
```
56
56
57
- The closure or function reference you pass to the macro is the body of the exit
58
- test. When an exit test is performed at runtime, the testing library starts a
59
- new process with the same executable as the current process. The current task is
60
- then suspended (as with ` await ` ) and waits for the child process to exit.
57
+ The closure or function reference you pass to the macro is the _ body _ of the
58
+ exit test. When an exit test is performed at runtime, the testing library starts
59
+ a new process with the same executable as the current process. The current task
60
+ is then suspended (as with ` await ` ) and waits for the child process to exit.
61
61
62
- The parent process never calls the body of the exit test. Instead, the child
62
+ The parent process doesn't call the body of the exit test. Instead, the child
63
63
process treats the body of the exit test as its ` main() ` function and calls it
64
64
directly.
65
65
You can’t perform that action at this time.
0 commit comments