diff --git a/projects/hip/tests/src/hipEnvVarDriver.cpp b/projects/hip/tests/src/hipEnvVarDriver.cpp index ebb1be956d..21884f00b1 100644 --- a/projects/hip/tests/src/hipEnvVarDriver.cpp +++ b/projects/hip/tests/src/hipEnvVarDriver.cpp @@ -98,6 +98,6 @@ int main() { setenv("HIP_VISIBLE_DEVICES","-100,0,1",1); assert(getDeviceNumber() == 0); - std::cout << "Passed!" << std::endl; + std::cout << "PASSED" << std::endl; return 0; }