SWDEV-538600 - Fix error code checks in some tests (#305)

This commit is contained in:
Manocha, Rahul
2025-06-19 08:41:54 -07:00
committed by GitHub
orang tua 6c60fcafd8
melakukan b215381bbe
10 mengubah file dengan 17 tambahan dan 68 penghapusan
+1 -1
Melihat File
@@ -124,7 +124,7 @@ TEST_CASE("Unit_hipDrvLaunchKernelEx_NegTsts") {
SECTION("Invalid Kernel config") {
HIP_CHECK_ERROR(
hipDrvLaunchKernelEx(&invalidConfig, function, kernelParams, NULL),
hipErrorInvalidValue);
hipErrorInvalidConfiguration);
}
}