diff --git a/test_conformance/printf/test_printf.cpp b/test_conformance/printf/test_printf.cpp index 380878cb..e2991f39 100644 --- a/test_conformance/printf/test_printf.cpp +++ b/test_conformance/printf/test_printf.cpp @@ -247,7 +247,7 @@ cl_program makeMixedFormatPrintfProgram(cl_kernel* kernel_ptr, }; std::array, 2> formats = { - { { "%f", "%e", "%g", "%a", "%F", "%E", "%G", "%A" }, + { { "%f", "%e", "%g", "%13a", "%F", "%E", "%G", "%13A" }, { "%d", "%i", "%u", "%x", "%o", "%X" } } }; std::vector data_before(2 + genrand_int32(gMTdata) % 8);