This is an archive of the discontinued LLVM Phabricator instance.

[libc++][test] _VSTD => std:: in test code
ClosedPublic

Authored by CaseyCarter on Jan 9 2023, 2:40 AM.

Details

Reviewers
philnik
Group Reviewers
Restricted Project
Commits
rG275ff33abf22: [libc++][test] _VSTD => std:: in test code
Summary

No _VSTD allowed in non-libc++-specific test code

Diff Detail

Event Timeline

CaseyCarter created this revision.Jan 9 2023, 2:40 AM
Herald added a project: Restricted Project. · View Herald TranscriptJan 9 2023, 2:40 AM
CaseyCarter requested review of this revision.Jan 9 2023, 2:40 AM
Herald added a reviewer: Restricted Project. · View Herald TranscriptJan 9 2023, 2:40 AM
philnik accepted this revision.Jan 9 2023, 3:16 AM
philnik added a subscriber: philnik.

No _VSTD allowed in non-libc++-specific test code

Also not in libc++-specific test code :-)

Could you also fix the _VSTD in func.not_fn/not_fn.pass.cpp:399 while you're at it? You can just change that when landing the patch.

This revision is now accepted and ready to land.Jan 9 2023, 3:16 AM
This revision was landed with ongoing or failed builds.Jan 9 2023, 3:09 PM
This revision was automatically updated to reflect the committed changes.