Skip to content

Commit 1f45a10

Browse files
author
Siva Chandra Reddy
committed
[libc][Obvious] Destroy the block store var in block store test.
1 parent e2b219b commit 1f45a10

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

libc/test/src/__support/CPP/blockstore_test.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,8 @@ class LlvmLibcBlockStoreTest : public __llvm_libc::testing::Test {
3838
}
3939
}
4040
ASSERT_EQ(i, int(ELEMENT_COUNT));
41+
__llvm_libc::cpp::BlockStore<Element, BLOCK_SIZE, REVERSE>::destroy(
42+
&block_store);
4143
}
4244
};
4345

0 commit comments

Comments
 (0)