Skip to content

Commit ace3fd0

Browse files
committed
Verify queried out IL against input IL in CTS test
1 parent 6c98e93 commit ace3fd0

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

test/conformance/program/urProgramGetInfo.cpp

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,10 @@ TEST_P(urProgramGetInfoTest, Success) {
103103
ASSERT_STRNE(returned_kernel_names, "");
104104
break;
105105
}
106+
case UR_PROGRAM_INFO_IL: {
107+
ASSERT_EQ(property_value, *il_binary.get());
108+
break;
109+
}
106110
default:
107111
break;
108112
}

0 commit comments

Comments
 (0)