Skip to content

Commit f99eaaa

Browse files
committed
fixup
1 parent cf9d35e commit f99eaaa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

std/array.d

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3948,7 +3948,7 @@ nothrow pure @safe unittest
39483948
staticArray([1]).checkStaticArray!(int[])([[1]]);
39493949
}
39503950

3951-
unittest
3951+
@system unittest
39523952
{
39533953
version (Bug)
39543954
{
@@ -4088,7 +4088,7 @@ nothrow pure @system unittest
40884088
}
40894089
}
40904090

4091-
unittest
4091+
@system unittest
40924092
{
40934093
version (Bug)
40944094
{

0 commit comments

Comments
 (0)