Skip to content

No gigantic strings

Erik Faye-Lund requested to merge kusma/piglit:no-gigantic-strings into master

MSVC doesn't support string literals over 65535 byes large. We're mostly safe from that, but there's two tests in particular that use larger strings. Let's fix them use byte-arrays instead of binary-data strings.

Edited by Erik Faye-Lund

Merge request reports