Skip to content

Commit

Permalink
Fix unittest style check
Browse files Browse the repository at this point in the history
  • Loading branch information
ntrel committed Jul 28, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent b43ae94 commit 07231bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion std/algorithm/mutation.d
Original file line number Diff line number Diff line change
@@ -1192,7 +1192,7 @@ pure nothrow @safe @nogc unittest
assert(s53 is s51);
}

unittest
@system unittest
{
static struct S
{

0 comments on commit 07231bb

Please sign in to comment.