Skip to content

Commit afbb382

Browse files
authored
Merge pull request #6280 from FeepingCreature/fix/reduce-size-of-cartesian-tests
Reduce size of slow testcase in std.algorithm.setops merged-on-behalf-of: Sebastian Wilzbach <sebi.wilzbach@gmail.com>
2 parents d02b422 + eb0ffd9 commit afbb382

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

std/algorithm/setops.d

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -504,7 +504,7 @@ if (!allSatisfy!(isForwardRange, R1, R2, RR) ||
504504

505505
assert(canFind(N4, tuple(1, 2, 3, 4)));
506506
assert(canFind(N4, tuple(4, 3, 2, 1)));
507-
assert(canFind(N4, tuple(10, 31, 7, 12)));
507+
assert(canFind(N4, tuple(10, 3, 7, 2)));
508508
}
509509

510510
// Issue 9878

0 commit comments

Comments
 (0)