Skip to content

Commit

Permalink
Merge pull request #3645 from ZombineDev/patch-2
Browse files Browse the repository at this point in the history
Remove redundant assert in documented unittest
  • Loading branch information
schveiguy committed Sep 10, 2015
2 parents c548f3d + a3cd1da commit 957a09f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion std/traits.d
Expand Up @@ -3566,7 +3566,6 @@ unittest
static assert(is(BaseClassesTuple!C1 == TypeTuple!(Object)));
static assert(is(BaseClassesTuple!C2 == TypeTuple!(C1, Object)));
static assert(is(BaseClassesTuple!C3 == TypeTuple!(C2, C1, Object)));
static assert(!BaseClassesTuple!Object.length);
}

unittest
Expand Down

0 comments on commit 957a09f

Please sign in to comment.