Skip to content

tests: fix intel/compiler/test_fs_scoreboard.cpp build for GCC 7

Henry Goffin requested to merge AMZN-hgoffin/mesa:main into main

Without this change, tests cannot be compiled on RedHat 7 / Amazon Linux 2 due to the use of C99 designated initializers in a C++ test file.

Merge request reports