Force system C++ stdlib in test that forces system clang.

Unfortunately these options are still not upstream.
This commit is contained in:
Adrian Prantl 2022-09-12 16:47:46 -07:00
parent 1910eeb59f
commit 455aff72ce
1 changed files with 2 additions and 0 deletions

View File

@ -24,6 +24,8 @@ class PrintObjectArrayTestCase(TestBase):
disable_constant_classes = {
'CC':
'xcrun clang', # FIXME: Remove when flags are available upstream.
'USE_SYSTEM_STDLIB':
'1', # See above.
'CFLAGS_EXTRAS':
'-fno-constant-nsnumber-literals ' +
'-fno-constant-nsarray-literals ' +