summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/tanya/container/tests/array.d2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/tanya/container/tests/array.d b/tests/tanya/container/tests/array.d
index c8fb914..6dd90b4 100644
--- a/tests/tanya/container/tests/array.d
+++ b/tests/tanya/container/tests/array.d
@@ -136,7 +136,7 @@ import tanya.test.stub;
}
// const constructor tests
-@nogc nothrow pure @safe unittest
+@nogc nothrow pure @system unittest
{
auto v1 = const Array!int([1, 2, 3]);
auto v2 = Array!int(v1);