Commit 9e25fec2 authored by Dominik Charousset's avatar Dominik Charousset

more output in test__spawn

parent 4947c203
...@@ -701,7 +701,8 @@ int main() { ...@@ -701,7 +701,8 @@ int main() {
CPPA_CHECK_EQUAL(reason, exit_reason::normal); CPPA_CHECK_EQUAL(reason, exit_reason::normal);
} }
}, },
on<atom("FooBar")>() >> [&]() { on_arg_match >> [&](const atom_value& val) {
CPPA_CHECK(val == atom("FooBar"));
flags |= 0x08; flags |= 0x08;
}, },
others() >> [&]() { others() >> [&]() {
......
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