mirror of
https://github.com/ThrowTheSwitch/Unity.git
synced 2025-10-18 00:21:31 +08:00
Fix TEST_CASE description typo
This commit is contained in:
@@ -220,7 +220,7 @@ If we use replace comment before test function with the following code:
|
|||||||
|
|
||||||
```C
|
```C
|
||||||
TEST_CASE(1, 2, 5)
|
TEST_CASE(1, 2, 5)
|
||||||
TEST_CASE(3, 7, 20)
|
TEST_CASE(10, 7, 20)
|
||||||
```
|
```
|
||||||
|
|
||||||
script will generate 2 test calls:
|
script will generate 2 test calls:
|
||||||
|
Reference in New Issue
Block a user