Skip to content

Commit

Permalink
Issue 16142 - Enable test for disabled recursive identity opAssign
Browse files Browse the repository at this point in the history
  • Loading branch information
Geod24 committed Jul 3, 2016
1 parent bae3b42 commit dbb412d
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 dbb412d

Please sign in to comment.