This is an archive of the discontinued LLVM Phabricator instance.

[libcxx] [test] Remove an unnecessary condition in a feature check
ClosedPublic

Authored by mstorsjo on Aug 29 2022, 1:42 AM.

Details

Summary

We don't need to check for _LIBCPP_HAS_NO_LOCALIZATION here;
this was copied over by mistake from the test above (which does
use locale.h).

Diff Detail

Event Timeline

mstorsjo created this revision.Aug 29 2022, 1:42 AM
Herald added a project: Restricted Project. · View Herald TranscriptAug 29 2022, 1:42 AM
Herald added a subscriber: arichardson. · View Herald Transcript
mstorsjo requested review of this revision.Aug 29 2022, 1:42 AM
Herald added a project: Restricted Project. · View Herald TranscriptAug 29 2022, 1:42 AM
Herald added a reviewer: Restricted Project. · View Herald Transcript
Mordante accepted this revision.Aug 29 2022, 9:00 AM

LGTM!

This revision is now accepted and ready to land.Aug 29 2022, 9:00 AM