mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-03 14:55:24 +08:00
Remove usage of TestLegacy from opencl tests
Signed-off-by: Mateusz Jablonski <mateusz.jablonski@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
44d218e52e
commit
bca852617c
@@ -58,13 +58,13 @@ class ExportBufferTests : public ClDeviceFixture,
|
||||
protected:
|
||||
void SetUp() override {
|
||||
flags = CL_MEM_READ_WRITE;
|
||||
ClDeviceFixture::SetUp();
|
||||
ClDeviceFixture::setUp();
|
||||
context.reset(new MockContext(pClDevice));
|
||||
}
|
||||
|
||||
void TearDown() override {
|
||||
context.reset();
|
||||
ClDeviceFixture::TearDown();
|
||||
ClDeviceFixture::tearDown();
|
||||
}
|
||||
|
||||
cl_int retVal = CL_SUCCESS;
|
||||
|
||||
Reference in New Issue
Block a user