Fix compilation warnings

Change-Id: I2eda2617a60e54794490f932a80703e22e72a276
Signed-off-by: Dunajski, Bartosz <bartosz.dunajski@intel.com>
This commit is contained in:
Dunajski, Bartosz
2019-11-15 08:09:12 +01:00
committed by sys_ocldev
parent 7311cf9fde
commit 9ecd43fe88
2 changed files with 2 additions and 2 deletions

View File

@@ -169,7 +169,6 @@ TEST_F(TimestampPacketSimpleTests, givenTimestampPacketContainerWhenMovedTheMove
timestampPacketContainer1 = std::move(timestampPacketContainer0);
EXPECT_EQ(0u, node0.returnCalls);
EXPECT_EQ(0u, node1.returnCalls);
EXPECT_EQ(0u, timestampPacketContainer0.peekNodes().size());
EXPECT_EQ(2u, timestampPacketContainer1.peekNodes().size());
EXPECT_EQ(&node0, timestampPacketContainer1.peekNodes()[0]);
EXPECT_EQ(&node1, timestampPacketContainer1.peekNodes()[1]);