Skip to content

Commit

Permalink
[pnnl#205] Implemented multimap test
Browse files Browse the repository at this point in the history
  • Loading branch information
Fardin Zaman committed Jul 3, 2023
1 parent 32f9063 commit a64955e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/unit_tests/data_structures/multimap_test.cc
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,6 @@ class MultimapTest : public ::testing::Test {
Key keys;
FillKey(&keys, key_seed);
m0->AsyncLookup(handle, keys, lr);
// m0->Lookup(keys, values);
}


Expand Down

0 comments on commit a64955e

Please sign in to comment.