mirror of
https://github.com/dlang/phobos.git
synced 2025-05-02 08:00:48 +03:00
Reduce size of slow testcase in std.algorithm.setops
This commit is contained in:
parent
c7c83e611c
commit
eb0ffd9d1f
1 changed files with 1 additions and 1 deletions
|
@ -504,7 +504,7 @@ if (!allSatisfy!(isForwardRange, R1, R2, RR) ||
|
||||||
|
|
||||||
assert(canFind(N4, tuple(1, 2, 3, 4)));
|
assert(canFind(N4, tuple(1, 2, 3, 4)));
|
||||||
assert(canFind(N4, tuple(4, 3, 2, 1)));
|
assert(canFind(N4, tuple(4, 3, 2, 1)));
|
||||||
assert(canFind(N4, tuple(10, 31, 7, 12)));
|
assert(canFind(N4, tuple(10, 3, 7, 2)));
|
||||||
}
|
}
|
||||||
|
|
||||||
// Issue 9878
|
// Issue 9878
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue