summaryrefslogtreecommitdiff
path: root/source
diff options
context:
space:
mode:
Diffstat (limited to 'source')
-rw-r--r--source/tanya/container/vector.d2
1 files changed, 0 insertions, 2 deletions
diff --git a/source/tanya/container/vector.d b/source/tanya/container/vector.d
index 5e8388b..96c18f9 100644
--- a/source/tanya/container/vector.d
+++ b/source/tanya/container/vector.d
@@ -949,8 +949,6 @@ private @nogc unittest
// Test that structs can be members of the vector.
static assert(is(typeof(Vector!TestA())));
- static assert(is(typeof(immutable Vector!TestA(IL(TestA())))));
- static assert(is(typeof(const Vector!TestA(IL(TestA())))));
}
private @nogc unittest