diff --git a/projects/hip-tests/samples/0_Intro/module_api/defaultDriver.cpp b/projects/hip-tests/samples/0_Intro/module_api/defaultDriver.cpp index 9fa0b0ee09..ea36aabcf4 100644 --- a/projects/hip-tests/samples/0_Intro/module_api/defaultDriver.cpp +++ b/projects/hip-tests/samples/0_Intro/module_api/defaultDriver.cpp @@ -68,7 +68,7 @@ int main() { for (uint32_t i = 0; i < LEN; i++) { if (A[i] != B[i]) { mismatchCount++; - std::cout << "error: mismatch " << A[i] << " != " << C[i] << std::endl; + std::cout << "error: mismatch " << A[i] << " != " << B[i] << std::endl; } }