Skip to content

Commit

Permalink
fix canFind unittest
Browse files Browse the repository at this point in the history
  • Loading branch information
monarchdodra committed Dec 19, 2013
1 parent d31d574 commit a5279fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion std/algorithm.d
Expand Up @@ -10655,7 +10655,7 @@ unittest

unittest
{
equal!(canFind!"a < b")([[1, 2, 3], [7, 8, 9]], [2, 3]);
assert(equal!(canFind!"a < b")([[1, 2, 3], [7, 8, 9]], [2, 8]));
}

/++
Expand Down

0 comments on commit a5279fa

Please sign in to comment.