Skip to content

Commit

Permalink
corrections to unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
mdorier committed Jun 27, 2023
1 parent 5fe64bb commit d524190
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions tests/unit-tests/Makefile.subdir
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ TESTS += \
tests/unit-tests/margo-eventual \
tests/unit-tests/margo-logging \
tests/unit-tests/margo-after-abt-init \
tests/unit-tests/margo-timer \
tests/unit-tests/margo-bulk \
tests/unit-tests/margo-scheduling \
tests/unit-tests/margo-comm-error \
Expand Down
2 changes: 1 addition & 1 deletion tests/unit-tests/margo-pool.c
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ static MunitResult poolset_tryget(const MunitParameter params[], void* data)
const char* kind;
int expected;
struct test_context* ctx = (struct test_context*)data;
hg_bulk_t bulk;
hg_bulk_t bulk = HG_BULK_NULL;
margo_bulk_poolset_t poolset;

kind = munit_parameters_get(params, "pool");
Expand Down

0 comments on commit d524190

Please sign in to comment.