Skip to content

khr_texture_compression_astc: Make array subtests definition static

This matches how it's done in other tests, and fixes the subtests array ending up with garbage with a release build using GCC 9 (because the non-static array definition was out of scope after the assignment? Not sure).

Merge request reports