Fix build with 2.071.2

This commit is contained in:
2016-12-27 23:49:22 +01:00
parent 86d87430da
commit 0561e96f21
3 changed files with 14 additions and 14 deletions

View File

@ -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