mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-05 17:20:26 +08:00
ULTs cleanup
- remove unused MemoryManagementFixture. MemoryLeaks are tracked using MemoryLeakListener no need to duplicate with Fixure. MMF should be used when you need to inject memory allocation failure Change-Id: I95bcaa7051acf540c5b015c5489ed6a6fc38ee8e
This commit is contained in:
committed by
sys_ocldev
parent
9e509f302a
commit
7e6432a207
@@ -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"),
|
||||
@@ -103,7 +103,6 @@ TEST_F(OSLibraryTest, testFailNew) {
|
||||
|
||||
// Make sure that we only have 1 buffer allocated at a time
|
||||
delete library;
|
||||
library = nullptr;
|
||||
};
|
||||
injectFailures(method);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user