Skip to content

Commit

Permalink
Update to Latest submodules and fixing iothubhttp_ut
Browse files Browse the repository at this point in the history
  • Loading branch information
aribeironovaes committed Aug 12, 2016
1 parent bd8509e commit 90c4295
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion deps/azure-c-shared-utility
2 changes: 1 addition & 1 deletion deps/azure-iot-sdks
Submodule azure-iot-sdks updated 451 files
2 changes: 1 addition & 1 deletion modules/iothubhttp/tests/iothubhttp_ut/iothubhttp_ut.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -544,7 +544,7 @@ TYPED_MOCK_CLASS(CIoTHubHTTPMocks, CGlobalMock)
}
else
{
result2 = BASEIMPLEMENTATION::gballoc_malloc(1);
result2 = (IOTHUB_MESSAGE_HANDLE)BASEIMPLEMENTATION::gballoc_malloc(1);
}

MOCK_METHOD_END(IOTHUB_MESSAGE_HANDLE, result2);
Expand Down

0 comments on commit 90c4295

Please sign in to comment.