gio: Use 'cpp' suite for C++ tests

That's what we use for all the tests, so be consistent.
This commit is contained in:
Marco Trevisan (Treviño) 2022-12-16 19:21:27 +01:00
parent 6efbc7c624
commit d4088e7f2a

View File

@ -146,7 +146,7 @@ if have_cxx
'cxx' : {
'protocol': 'exitcode',
'source' : ['cxx.cpp'],
'suite': ['C++'],
'suite': ['cpp'],
},
}