Skip to content

Commit 1cb28cc

Browse files
Fix unittest name
1 parent 943df69 commit 1cb28cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/numem/mem/package.d

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ T* nogc_new(T, Args...)(Args args) if (is(T == struct)) {
126126
}
127127
}
128128

129-
@("Alloc struct")
129+
@("Struct copy-construct")
130130
unittest {
131131
struct A {
132132
int x;

0 commit comments

Comments
 (0)