Bug 1033887 - Do not build TestSTLWrappers.cpp with clang-cl; r=bsmedberg

This commit is contained in:
Ehsan Akhgari 2014-07-03 11:56:16 -04:00
Родитель 75b072ee06
Коммит 7e93c9c452
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -43,7 +43,7 @@ if CONFIG['OS_TARGET'] == 'WINNT':
'TestBase64',
]
if CONFIG['WRAP_STL_INCLUDES']:
if CONFIG['WRAP_STL_INCLUDES'] and not CONFIG['CLANG_CL']:
SIMPLE_PROGRAMS += [
'TestSTLWrappers',
]