Skip to content

Commit

Permalink
ae.utils.parallelism: Fix unguarded unittest
Browse files Browse the repository at this point in the history
  • Loading branch information
CyberShadow committed Nov 26, 2024
1 parent 19ab950 commit f10c618
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/parallelism.d
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ if (isInputRange!R && is(typeof(fun(input.front))))
return output;
}

unittest
debug(ae_unittest) unittest
{
assert([1, 2, 3].parallelCachedFilter!(x => x % 2 == 0) == [2]);
}
Expand Down

0 comments on commit f10c618

Please sign in to comment.