mirror of
https://github.com/intel/compute-runtime.git
synced 2025-09-15 13:01:45 +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
@ -24,20 +24,6 @@ struct Test
|
||||
}
|
||||
};
|
||||
|
||||
template <typename Fixture>
|
||||
struct TestLegacy
|
||||
: public Fixture,
|
||||
public ::testing::Test {
|
||||
|
||||
void SetUp() override {
|
||||
Fixture::SetUp();
|
||||
}
|
||||
|
||||
void TearDown() override {
|
||||
Fixture::TearDown();
|
||||
}
|
||||
};
|
||||
|
||||
#define TO_STR2(x) #x
|
||||
#define TO_STR(x) TO_STR2(x)
|
||||
|
||||
|
Reference in New Issue
Block a user