Skip to content

Commit

Permalink
extend() misc. corrections
Browse files Browse the repository at this point in the history
  • Loading branch information
dsm9000 committed Aug 24, 2023
1 parent eb9cb4e commit 484d3f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdlib/d/gc/tcache.d
Original file line number Diff line number Diff line change
Expand Up @@ -439,7 +439,7 @@ unittest getCapacity {
assert(threadCache.getCapacity(p5[0 .. 16000]) == 20480);
}

unittest Extend {
unittest extend {
auto nonAppendable = threadCache.alloc(100, false);

// Attempt to extend a non-appendable:
Expand Down

0 comments on commit 484d3f2

Please sign in to comment.