Skip to content

Commit 4cc4a97

Browse files
committed
[Comgr][NFC] Fix typo in test error log
1 parent 7addc35 commit 4cc4a97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

amd/comgr/test/compile_source_with_device_libs_to_bc_test.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ int main(int argc, char *argv[]) {
111111
checkError(Status, "amd_comgr_action_data_count");
112112

113113
if (Count != 1) {
114-
printf("AMD_COMGR_ACTION_COMPILE_SOURCE_TO_BC Failed: "
114+
printf("AMD_COMGR_ACTION_COMPILE_SOURCE_WITH_DEVICE_LIBS_TO_BC Failed: "
115115
"produced %zu BC objects (expected 1)\n",
116116
Count);
117117
exit(1);

0 commit comments

Comments
 (0)