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