Skip to content

Commit

Permalink
#2338: small change to ping ci
Browse files Browse the repository at this point in the history
  • Loading branch information
cwschilly committed Aug 27, 2024
1 parent 47b0766 commit 2dfae5d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/unit/utils/test_bit_packing.nompi.cc
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,6 @@ TEST_F(TestBitPacking, test_bit_packing_dynamic_check_masking_5) {
}

TEST_F(TestBitPacking, test_bit_packing_and_create_collection) {
using Field = uint64_t;
bool migratable = true;
int home = 1;
int node = 0;
Expand All @@ -136,7 +135,7 @@ TEST_F(TestBitPacking, test_bit_packing_and_create_collection) {
auto derived_id = BitPackerType::getField<
vt::elm::eElmIDProxyBitsNonObjGroup::ID,
vt::elm::elm_id_num_bits,
Field
uint64_t
>(init_elm.id);
auto derived_elm = elm::ElmIDBits::createCollectionImpl(migratable, derived_id, home, node);
EXPECT_EQ(init_elm.id, derived_elm.id);
Expand Down

0 comments on commit 2dfae5d

Please sign in to comment.