diff options
author | Tom Rini <trini@konsulko.com> | 2021-09-22 14:54:21 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2021-09-22 14:54:21 -0400 |
commit | 63823da4b9e25d2f6a81f1e9adb06391837055cb (patch) | |
tree | 3ee694f9c5342307b1bbb4123276a5eeff77d57f /test/bloblist.c | |
parent | 44131caa4025455a659e958281f0e337bdf83f89 (diff) | |
parent | 121a165c51cd281e61c9d45c3919608af42ca9cd (diff) |
Merge branch '2021-09-22-general-updates' into next
- Some sandbox improvements
- Make cleanups related to the overusage of the exact build time
variable.
Diffstat (limited to 'test/bloblist.c')
-rw-r--r-- | test/bloblist.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/bloblist.c b/test/bloblist.c index 4104e6a92f6..b48be38dc3e 100644 --- a/test/bloblist.c +++ b/test/bloblist.c @@ -14,7 +14,7 @@ DECLARE_GLOBAL_DATA_PTR; -/* Declare a new compression test */ +/* Declare a new bloblist test */ #define BLOBLIST_TEST(_name, _flags) \ UNIT_TEST(_name, _flags, bloblist_test) |