mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-28 08:37:12 +08:00
ULTs: more MemoryManagementFixture cleanup
Change-Id: Iaeb60c9c9e22baf63ff01419a5a6dde1e1652a47
This commit is contained in:
committed by
sys_ocldev
parent
6e005f716c
commit
bdcaf332ce
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2017, Intel Corporation
|
||||
* Copyright (c) 2017 - 2018, Intel Corporation
|
||||
*
|
||||
* Permission is hereby granted, free of charge, to any person obtaining a
|
||||
* copy of this software and associated documentation files (the "Software"),
|
||||
@@ -21,13 +21,12 @@
|
||||
*/
|
||||
|
||||
#include "runtime/helpers/options.h"
|
||||
#include "unit_tests/fixtures/memory_management_fixture.h"
|
||||
#include "unit_tests/fixtures/platform_fixture.h"
|
||||
#include "gtest/gtest.h"
|
||||
|
||||
using namespace OCLRT;
|
||||
|
||||
struct PlatformTestMt : public MemoryManagementFixture, public ::testing::Test {
|
||||
struct PlatformTestMt : public ::testing::Test {
|
||||
PlatformTestMt() {}
|
||||
|
||||
void SetUp() override { pPlatform = platform(); }
|
||||
|
||||
Reference in New Issue
Block a user