aboutsummaryrefslogtreecommitdiff
path: root/tests/pair1.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/pair1.c')
-rw-r--r--tests/pair1.c13
1 files changed, 6 insertions, 7 deletions
diff --git a/tests/pair1.c b/tests/pair1.c
index c777725c..f55ea08a 100644
--- a/tests/pair1.c
+++ b/tests/pair1.c
@@ -8,14 +8,14 @@
// found online at https://opensource.org/licenses/MIT.
//
-#include "convey.h"
-#include "nng.h"
-#include "protocol/pair1/pair.h"
-#include "trantest.h"
+#include <string.h>
-#include "stubs.h"
+#include <nng/nng.h>
+#include <nng/protocol/pair1/pair.h>
-#include <string.h>
+#include "convey.h"
+#include "stubs.h"
+#include "trantest.h"
#define SECOND(x) ((x) *1000)
#define MILLISECOND(x) (x)
@@ -361,7 +361,6 @@ TestMain("PAIRv1 protocol", {
});
Convey("Reserved bits in raw header", {
-
Convey("Nonzero bits fail", {
So(nng_msg_alloc(&msg, 0) == 0);
So(nng_msg_header_append_u32(