Build: reset for multi-threaded test error, that reported a single missing character.

This commit is contained in:
John Kessenich 2017-06-07 19:03:11 -06:00
Родитель 14d65beb06
Коммит 885443c788
1 изменённых файлов: 0 добавлений и 1 удалений

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

@ -4314,7 +4314,6 @@ void TParseContext::setLayoutQualifier(const TSourceLoc& loc, TPublicType& publi
// This is also true for overriding layout-qualifier-names, where one
// overrides the other (e.g., row_major vs. column_major); only the last
// occurrence has any effect."
//
void TParseContext::mergeObjectLayoutQualifiers(TQualifier& dst, const TQualifier& src, bool inheritOnly)
{
if (src.hasMatrix())