Skip to content

Commit

Permalink
[Workaround] Disable some tests because of Issue 11202.
Browse files Browse the repository at this point in the history
  • Loading branch information
denis-sh committed Oct 9, 2013
1 parent 2e75d66 commit c930d8b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions std/traits.d
Expand Up @@ -2963,8 +2963,10 @@ unittest
static struct SS8 { S8 s; }
static struct SS9 { S9 s; }
static assert( hasElaborateAssign!SS6);
/+ Disabled because of @@@BUG11202@@@
static assert(!__traits(compiles, hasElaborateAssign!SS7));
static assert(!__traits(compiles, hasElaborateAssign!SS8));
+/
static assert( hasElaborateAssign!SS9);
}

Expand Down

0 comments on commit c930d8b

Please sign in to comment.