Skip to content

Commit

Permalink
Merge pull request #4543 from Geod24/correct-opassign
Browse files Browse the repository at this point in the history
Issue 16142 - Enable test for disabled recursive identity opAssign
  • Loading branch information
DmitryOlshansky committed Jul 3, 2016
2 parents 8ba67d8 + dbb412d commit fbccadb
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions std/traits.d
Expand Up @@ -3210,11 +3210,8 @@ unittest
static struct SS8 { S8 s; }
static struct SS9 { S9 s; }
static assert( hasElaborateAssign!SS6);
version (none) // Enable once DMD P.R. 5854 / issue 16142 have been fixed.
{
static assert(!hasElaborateAssign!SS7);
static assert(!hasElaborateAssign!SS8);
}
static assert(!hasElaborateAssign!SS7);
static assert(!hasElaborateAssign!SS8);
static assert( hasElaborateAssign!SS9);
}

Expand Down

0 comments on commit fbccadb

Please sign in to comment.