mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-03 06:49:52 +08:00
Fix compilation warnings
Change-Id: I2eda2617a60e54794490f932a80703e22e72a276 Signed-off-by: Dunajski, Bartosz <bartosz.dunajski@intel.com>
This commit is contained in:
committed by
sys_ocldev
parent
7311cf9fde
commit
9ecd43fe88
@@ -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]);
|
||||
|
||||
Reference in New Issue
Block a user