Skip to content

Commit

Permalink
Revert "Merge pull request #1744 from 9rnsr/fix11603"
Browse files Browse the repository at this point in the history
This reverts commit 13b8101.
  • Loading branch information
9rnsr committed Dec 23, 2013
1 parent e7cb5f7 commit b6192ce
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions std/algorithm.d
Expand Up @@ -3998,15 +3998,6 @@ unittest
dg();
assertCTFEable!dg;
}
unittest
{
// Bugzilla 11603
enum Foo : ubyte { A }
assert([Foo.A].find(Foo.A).empty == false);

ubyte x = 0;
assert([x].find(x).empty == false);
}

unittest
{
Expand Down

0 comments on commit b6192ce

Please sign in to comment.