test: adjust code to compile with c++20 2/n

Related-To: NEO-10767
Signed-off-by: Kamil Kopryk <kamil.kopryk@intel.com>
This commit is contained in:
Kamil Kopryk
2025-01-16 08:16:38 +00:00
committed by Compute-Runtime-Automation
parent d263fda1ad
commit 7d8e08f00b
3 changed files with 4 additions and 4 deletions

View File

@ -1,5 +1,5 @@
/*
* Copyright (C) 2018-2024 Intel Corporation
* Copyright (C) 2018-2025 Intel Corporation
*
* SPDX-License-Identifier: MIT
*
@ -1215,7 +1215,6 @@ HWTEST_F(CommandStreamReceiverFlushTaskTests, givenEnabledDirectSubmissionUpdate
struct MockCsrHwDirectSubmission : public MockCsrHw2<FamilyType> {
using MockCsrHw2<FamilyType>::MockCsrHw2;
using MockCsrHw2<FamilyType>::directSubmission;
bool isDirectSubmissionEnabled() const override {
return true;
}