diff --git a/test_conformance/spirv_new/test_decorate.cpp b/test_conformance/spirv_new/test_decorate.cpp index b8012691e6..b4b9b20237 100644 --- a/test_conformance/spirv_new/test_decorate.cpp +++ b/test_conformance/spirv_new/test_decorate.cpp @@ -328,7 +328,8 @@ int verify_saturated_results(cl_device_id deviceID, cl_context context, for (int i = 0; i < num; i++) { - To val = compute_saturated_output(h_lhs[i], h_rhs[i], half_rounding); + To val = compute_saturated_output(h_lhs[i], h_rhs[i], + half_rounding); if (val != h_res[i]) {