2018-06-28 14:51:44 +08:00
|
|
|
/*
|
2020-02-23 05:21:06 +08:00
|
|
|
* Copyright (C) 2018-2020 Intel Corporation
|
2018-06-28 14:51:44 +08:00
|
|
|
*
|
2018-09-18 15:11:08 +08:00
|
|
|
* SPDX-License-Identifier: MIT
|
2018-06-28 14:51:44 +08:00
|
|
|
*
|
|
|
|
*/
|
|
|
|
|
2020-02-23 22:20:22 +08:00
|
|
|
#include "opencl/test/unit_test/mocks/mock_async_event_handler.h"
|
2018-06-28 14:51:44 +08:00
|
|
|
namespace MockAsyncEventHandlerGlobals {
|
|
|
|
bool destructorCalled = false;
|
|
|
|
}
|