diff options
Diffstat (limited to 'tests/extmod/select_ipoll.py.exp')
-rw-r--r-- | tests/extmod/select_ipoll.py.exp | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/extmod/select_ipoll.py.exp b/tests/extmod/select_ipoll.py.exp new file mode 100644 index 0000000000..cbeabdce90 --- /dev/null +++ b/tests/extmod/select_ipoll.py.exp @@ -0,0 +1,6 @@ +[(<class 'socket'>, 4)] +[(<class 'socket'>, 4)] +[] +[(<class 'socket'>, 4), (<class 'socket'>, 4)] +[(<class 'socket'>, 4)] +[] |