Do not disable memory leak detection in drm tests.
Change-Id: I08d5751acd773ebe4aaef1b46e740bed2e0a80aa
This commit is contained in:
parent
8781bd518e
commit
4f06b59c1d
|
@ -57,8 +57,6 @@ class DrmCommandStreamFixture {
|
|||
const int mockFd = 33;
|
||||
|
||||
void SetUp() {
|
||||
//gmock
|
||||
MemoryManagement::fastLeaksDetectionMode = MemoryManagement::LeakDetectionMode::TURN_OFF_LEAK_DETECTION;
|
||||
|
||||
this->dbgState = new DebugManagerStateRestore();
|
||||
//make sure this is disabled, we don't want test this now
|
||||
|
|
Loading…
Reference in New Issue