bindings: cxx: tests: simplify the event fd polling test case
authorBartosz Golaszewski <bgolaszewski@baylibre.com>
Mon, 12 Aug 2019 14:44:48 +0000 (16:44 +0200)
committerBartosz Golaszewski <bgolaszewski@baylibre.com>
Mon, 12 Aug 2019 14:44:48 +0000 (16:44 +0200)
commit262d3dd46cc3db0b9b586df017430d0a15848559
tree0461f0a840414412fe05d047a47c50bfc90e385d
parent3212e5797a4996fecfa24e4ed996569cdff507b2
bindings: cxx: tests: simplify the event fd polling test case

The mapping of file descriptors to lines was copied over from the
pre-catch2 set of C++ examples. It's not needed here as we know which
line the event will be generated on.

While at it: use a vector for the pollfd array.

Signed-off-by: Bartosz Golaszewski <bgolaszewski@baylibre.com>
bindings/cxx/tests/tests-event.cpp