diff options
| author | hathach <[email protected]> | 2025-11-22 17:31:31 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2025-11-22 17:31:31 +0700 |
| commit | b98127fba2b198130eb8868defcf117c6b5ea231 (patch) | |
| tree | 36d95a57994f3c7d0b1376228ffba26ee4c7c389 /test/unit-test | |
| parent | b7bf1d9835b0fab2da581df8d81686509d155e15 (diff) | |
hil stress test cdc
Diffstat (limited to 'test/unit-test')
| -rw-r--r-- | test/unit-test/test/test_fifo.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/test/unit-test/test/test_fifo.c b/test/unit-test/test/test_fifo.c index 83db10454..d1049b81d 100644 --- a/test/unit-test/test/test_fifo.c +++ b/test/unit-test/test/test_fifo.c @@ -182,10 +182,10 @@ static uint16_t help_write(uint16_t total, uint16_t n) { } void test_write_overwritable2(void) { -tu_fifo_set_overwritable(ff, true); + tu_fifo_set_overwritable(ff, true); -// based on actual crash tests detected by fuzzing -uint16_t total = 0; + // based on actual crash tests detected by fuzzing + uint16_t total = 0; total = help_write(total, 12); total = help_write(total, 55); |
