Skip to content

Commit

Permalink
Fix fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mjp41 committed Sep 20, 2022
1 parent 939e13c commit fd22bce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/func/multi_region/multi_region.cc
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ class MultiRegionConfig final : public CommonConfig
.CoreAllocIsPoolAllocated = false,
.LocalAllocSupportsLazyInit = false,
.QueueHeadsAreTame = true,
.HasDomesticate = true,
.HasDomesticate = false,
};

static void register_clean_up() {}
Expand Down

0 comments on commit fd22bce

Please sign in to comment.