mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-03 06:49:52 +08:00
Minor: Add missing override
Signed-off-by: Cetnerowski, Adam <adam.cetnerowski@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
bca852617c
commit
9b1afe4067
@@ -19,7 +19,7 @@ class TestFileLogger : public NEO::FileLogger<DebugLevel> {
|
||||
public:
|
||||
using NEO::FileLogger<DebugLevel>::FileLogger;
|
||||
|
||||
~TestFileLogger() {
|
||||
~TestFileLogger() override {
|
||||
std::remove(NEO::FileLogger<DebugLevel>::logFileName.c_str());
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user