mirror of
https://github.com/intel/compute-runtime.git
synced 2025-09-10 12:53:42 +08:00
11 lines
230 B
C++
11 lines
230 B
C++
/*
|
|
* Copyright (C) 2018-2020 Intel Corporation
|
|
*
|
|
* SPDX-License-Identifier: MIT
|
|
*
|
|
*/
|
|
|
|
#include "opencl/test/unit_test/mocks/mock_async_event_handler.h"
|
|
namespace MockAsyncEventHandlerGlobals {
|
|
bool destructorCalled = false;
|
|
} |