Remove Unrecoverable

Signed-off-by: Bartosz Dunajski <bartosz.dunajski@intel.com>
This commit is contained in:
Bartosz Dunajski
2021-04-22 12:49:13 +00:00
committed by Compute-Runtime-Automation
parent 53104e0830
commit a19c3eeee4
2 changed files with 0 additions and 2 deletions

View File

@ -223,7 +223,6 @@ TEST(SubDevicesTest, givenSubDevicesWhenGettingDeviceByIdZeroThenGetThisSubDevic
auto subDevice = device->subdevices.at(0);
EXPECT_EQ(subDevice, subDevice->getDeviceById(0));
EXPECT_THROW(subDevice->getDeviceById(1), std::exception);
}
TEST(RootDevicesTest, givenRootDeviceWithoutSubdevicesWhenCreateEnginesThenDeviceCreatesCorrectNumberOfEngines) {