Commit 240ebc9
### Rationale for this change
Due to byte_allocated size returning 0, The TestMemoryPool-only test failed.
This issue did not occur when running other tests together because the other tests use the memory pool.
### What changes are included in this PR?
Allocate a ResizableBuffer in the TestMemoryPool test.
### Are these changes tested?
Yes.
### Are there any user-facing changes?
No.
* GitHub Issue: #45455
Lead-authored-by: Hiroyuki Sato <hiroysato@gmail.com>
Co-authored-by: Sutou Kouhei <kou@cozmixng.org>
Signed-off-by: Sutou Kouhei <kou@clear-code.com>
1 parent 16c7f1a commit 240ebc9
1 file changed
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| 23 | + | |
| 24 | + | |
23 | 25 | | |
24 | 26 | | |
25 | 27 | | |
| |||
0 commit comments