Commit 4ae8db54 authored by Hannes Roth's avatar Hannes Roth Committed by facebook-github-bot-4

(Wangle) window, fix test

Summary: Thanks @​peijinz for finding this.

Reviewed By: @​peijinz

Differential Revision: D2268532
parent c636ccbe
......@@ -34,7 +34,7 @@ TEST(Window, basic) {
window(
input,
[](int i) { return makeFuture(i); },
2),
window_size),
0,
[](int sum, const Try<int>& b) {
return sum + *b;
......@@ -52,7 +52,7 @@ TEST(Window, basic) {
fn(input, 4, 6);
}
{
// empty inpt
// empty input
std::vector<int> input;
fn(input, 1, 0);
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment