Skip to content

Commit

Permalink
Fix unittest name
Browse files Browse the repository at this point in the history
  • Loading branch information
LunaTheFoxgirl committed Jul 27, 2024
1 parent 943df69 commit 1cb28cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/numem/mem/package.d
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ T* nogc_new(T, Args...)(Args args) if (is(T == struct)) {
}
}

@("Alloc struct")
@("Struct copy-construct")
unittest {
struct A {
int x;
Expand Down

0 comments on commit 1cb28cc

Please sign in to comment.