diff --git a/test_conformance/math_brute_force/main.cpp b/test_conformance/math_brute_force/main.cpp index 1b63c828..82248da2 100644 --- a/test_conformance/math_brute_force/main.cpp +++ b/test_conformance/math_brute_force/main.cpp @@ -1658,7 +1658,7 @@ static int IsInRTZMode(void) volatile float a = 0x1.0p23f; volatile float b = -0x1.0p23f; out[0] = (a + 0x1.fffffep-1f == a) && (b - 0x1.fffffep-1f == b); - "})"; + })"; clProgramWrapper query; clKernelWrapper kernel;