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/bus.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/bus.c')
| -rw-r--r-- | tests/bus.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/tests/bus.c b/tests/bus.c index dd36d5a5..8283bf21 100644 --- a/tests/bus.c +++ b/tests/bus.c @@ -29,11 +29,6 @@ TestMain("BUS pattern", { So(nng_bus_open(&bus) == 0); Reset({ nng_close(bus); }); - - Convey("Protocols match", { - So(nng_protocol(bus) == NNG_PROTO_BUS); - So(nng_peer(bus) == NNG_PROTO_BUS); - }); }); Convey("We can create a linked BUS topology", { |
