intel/compiler: Fixes [-Wdeprecated-declarations] in test_eu_compact.cpp

Warning messages:
../src/intel/compiler/test_eu_compact.cpp:238:1: warning: 'InstantiateTestCase_P_IsDeprecated' is deprecated: INSTANTIATE_TEST_CASE_P is deprecated, please use INSTANTIATE_TEST_SUITE_P [-Wdeprecated-declarations]

../src/intel/compiler/test_eu_compact.cpp:256:1: warning: 'InstantiateTestCase_P_IsDeprecated' is deprecated: INSTANTIATE_TEST_CASE_P is deprecated, please use INSTANTIATE_TEST_SUITE_P [-Wdeprecated-declarations]

Signed-off-by: Yonggang Luo <luoyonggang@gmail.com>
Reviewed-by: Erik Faye-Lund <erik.faye-lund@collabora.com>
Acked-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com>
Reviewed-by: David Heidelberg <david.heidelberg@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/18203>
This commit is contained in:
Yonggang Luo
2022-08-23 11:56:08 +08:00
committed by Marge Bot
parent a87195a653
commit c48f4b70e2

View File

@@ -235,7 +235,7 @@ protected:
class Instructions : public CompactTestFixture {};
INSTANTIATE_TEST_CASE_P(
INSTANTIATE_TEST_SUITE_P(
CompactTest,
Instructions,
testing::Values(
@@ -253,7 +253,7 @@ INSTANTIATE_TEST_CASE_P(
class InstructionsBeforeIvyBridge : public CompactTestFixture {};
INSTANTIATE_TEST_CASE_P(
INSTANTIATE_TEST_SUITE_P(
CompactTest,
InstructionsBeforeIvyBridge,
testing::Values(