mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-05 09:09:04 +08:00
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:
committed by
Compute-Runtime-Automation
parent
d263fda1ad
commit
7d8e08f00b
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user