Skip to content

Commit

Permalink
Fixing tests
Browse files Browse the repository at this point in the history
  • Loading branch information
hkaiser committed Aug 19, 2017
1 parent a17f3e8 commit d4ec908
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions hpx/runtime/trigger_lco.hpp
Expand Up @@ -479,8 +479,8 @@ namespace hpx
}
else
{
HPX_ASSERT(components::get_base_type(addr.type_) ==
components::component_base_lco_with_value);
HPX_ASSERT(!addr || components::get_base_type(addr.type_) ==
components::component_base_lco_with_value);

typedef typename lcos::base_lco_with_value<
local_result_type, remote_result_type,
Expand Down Expand Up @@ -515,8 +515,8 @@ namespace hpx
}
else
{
HPX_ASSERT(components::get_base_type(addr.type_) ==
components::component_base_lco_with_value);
HPX_ASSERT(!addr || components::get_base_type(addr.type_) ==
components::component_base_lco_with_value);

typedef typename lcos::base_lco_with_value<
local_result_type, remote_result_type,
Expand Down

0 comments on commit d4ec908

Please sign in to comment.