diff options
| author | Garrett D'Amore <garrett@damore.org> | 2017-10-31 00:47:21 -0700 |
|---|---|---|
| committer | Garrett D'Amore <garrett@damore.org> | 2017-10-31 00:47:21 -0700 |
| commit | 475f4c8abfdd9c88b585105c48839f51d7523d57 (patch) | |
| tree | f6fa693cd20d1f419ec5a1af0b60ffb798b68b4c /tests/sock.c | |
| parent | b92320b9afe3771465514286db6ee6746ba512d8 (diff) | |
| download | nng-475f4c8abfdd9c88b585105c48839f51d7523d57.tar.gz nng-475f4c8abfdd9c88b585105c48839f51d7523d57.tar.bz2 nng-475f4c8abfdd9c88b585105c48839f51d7523d57.zip | |
fixes #137 Remove public access to numeric protocols
Diffstat (limited to 'tests/sock.c')
| -rw-r--r-- | tests/sock.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/tests/sock.c b/tests/sock.c index cbe3d012..1c277b46 100644 --- a/tests/sock.c +++ b/tests/sock.c @@ -32,11 +32,6 @@ TestMain("Socket Operations", { Reset({ nng_close(s1); }); - Convey("It's type & peer are still PAIR", { - So(nng_protocol(s1) == NNG_PROTO_PAIR); - So(nng_peer(s1) == NNG_PROTO_PAIR); - }); - Convey("Recv with no pipes times out correctly", { nng_msg * msg = NULL; nng_duration to = 100; |
