Skip to content

Commit 77b551c

Browse files
committed
Verify queried out IL against input IL in CTS test
1 parent 35ed823 commit 77b551c

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
@@ -85,6 +85,10 @@ TEST_P(urProgramGetInfoTest, Success) {
8585
ASSERT_STRNE(returned_kernel_names, "");
8686
break;
8787
}
88+
case UR_PROGRAM_INFO_IL: {
89+
ASSERT_EQ(property_value, *il_binary.get());
90+
break;
91+
}
8892
default:
8993
break;
9094
}

0 commit comments

Comments
 (0)