mirror of
https://github.com/intel/compute-runtime.git
synced 2025-09-10 12:53:42 +08:00
remove redundant expect
Neo can work with more recent version of IGC. In such case some of patch tokens my not be supported yet. Thus, expecting vector size to be 1 for every valid token is invalid assumption. Change-Id: I987c29912590bcf15c13073fdbb463e7f9db3d1d Signed-off-by: Artur Harasimiuk <artur.harasimiuk@intel.com>
This commit is contained in:
@ -460,7 +460,6 @@ TEST_P(DataParameterTest, DataParameterTests) {
|
||||
|
||||
buildAndDecode();
|
||||
|
||||
ASSERT_EQ(1u, pKernelInfo->patchInfo.dataParameterBuffers.size());
|
||||
EXPECT_EQ_CONST(PATCH_TOKEN_DATA_PARAMETER_BUFFER, pKernelInfo->patchInfo.dataParameterBuffers[0]->Token);
|
||||
EXPECT_EQ_VAL(GetParam(), pKernelInfo->patchInfo.dataParameterBuffers[0]->Type);
|
||||
}
|
||||
|
Reference in New Issue
Block a user