Commit 912e1fcf authored by Dominik Charousset's avatar Dominik Charousset

don't wait for user input in a unit test

parent e0a85dda
......@@ -545,11 +545,13 @@ int main() {
}
);
/*
match_stream<int>(cin) (
on(1, 2, 3) >> [] {
cout << "one, two threeeeeeeeeeeyaaaaaahh!" << endl;
}
);
*/
return CPPA_TEST_RESULT;
}
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