mirror of
https://github.com/ceph/ceph
synced 2025-04-01 14:51:13 +00:00
test: add a missing semicolon
Broke in df8f48628
.
Signed-off-by: John Spray <john.spray@redhat.com>
This commit is contained in:
parent
113c3656a0
commit
18ca6b60d1
@ -190,7 +190,7 @@ TEST_F(OSDMapTest, PrimaryTempRespected) {
|
||||
|
||||
pg_t rawpg(0, 0, -1);
|
||||
pg_t pgid = osdmap.raw_pg_to_pg(rawpg);
|
||||
vector<int> up_osds
|
||||
vector<int> up_osds;
|
||||
vector<uint32_t> acting_osds;
|
||||
int up_primary, acting_primary;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user