Skip to content

Commit 43c34e3

Browse files
authored
[Comgr][NFC] Fix typo in test error log (llvm#1181)
2 parents f8ae24a + 4cc4a97 commit 43c34e3

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)