Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork32.2k
Commit206c668
test_runner: remove plan option from run()
This commit removes the plan option to run(). I believe it wasadded by mistake. It is not documented, untested, and a testplan does not make sense in the context of run().This commit also fixes a minor formatting issue in a relatedfixture.Refs:#52860PR-URL:#53834Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com>Reviewed-By: Luigi Pinca <luigipinca@gmail.com>Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>Reviewed-By: James M Snell <jasnell@gmail.com>Reviewed-By: Marco Ippolito <marcoippolito54@gmail.com>Reviewed-By: Moshe Atlow <moshe@atlow.co.il>1 parent8660d48 commit206c668
File tree
2 files changed
+2
-3
lines changed- lib/internal/test_runner
- test/fixtures/test-runner/output
2 files changed
+2
-3
lines changedLines changed: 1 addition & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
524 | 524 |
| |
525 | 525 |
| |
526 | 526 |
| |
527 |
| - | |
528 | 527 |
| |
529 | 528 |
| |
530 | 529 |
| |
| |||
577 | 576 |
| |
578 | 577 |
| |
579 | 578 |
| |
580 |
| - | |
| 579 | + | |
581 | 580 |
| |
582 | 581 |
| |
583 | 582 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
74 | 74 |
| |
75 | 75 |
| |
76 | 76 |
| |
77 |
| - | |
| 77 | + | |
78 | 78 |
| |
79 | 79 |
|
0 commit comments
Comments
(0)