Skip to content

Commit 2c8efcf

Browse files
Code cleanup
Change-Id: I230f02c53887f029a9ae1110e7eb1abed34829d9 Signed-off-by: Adam Cetnerowski <adam.cetnerowski@intel.com>
1 parent 5014861 commit 2c8efcf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

opencl/test/unit_test/command_queue/sync_buffer_handler_tests.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,14 +27,14 @@ class MockSyncBufferHandler : public SyncBufferHandler {
2727

2828
class SyncBufferEnqueueHandlerTest : public EnqueueHandlerTest {
2929
public:
30-
void SetUp() {
30+
void SetUp() override {
3131
hardwareInfo = *defaultHwInfo;
3232
uint64_t hwInfoConfig = defaultHardwareInfoConfigTable[productFamily];
3333
hardwareInfoSetup[productFamily](&hardwareInfo, true, hwInfoConfig);
3434
SetUpImpl(&hardwareInfo);
3535
}
3636

37-
void TearDown() {
37+
void TearDown() override {
3838
context->decRefInternal();
3939
delete pClDevice;
4040
pClDevice = nullptr;

0 commit comments

Comments
 (0)