This is an archive of the discontinued LLVM Phabricator instance.

[libcxx] [test] Don't require path::operator(string_type&&) to be noexcept
ClosedPublic

Authored by mstorsjo on Oct 19 2020, 2:47 AM.

Details

Summary

Mark this as a libcpp specific test; the standard doesn't say that this method should be noexcept.

Diff Detail

Event Timeline

mstorsjo created this revision.Oct 19 2020, 2:47 AM
Herald added a project: Restricted Project. · View Herald TranscriptOct 19 2020, 2:47 AM
Herald added 1 blocking reviewer(s): Restricted Project. · View Herald Transcript
mstorsjo requested review of this revision.Oct 19 2020, 2:47 AM
ldionne accepted this revision.Oct 19 2020, 5:31 AM
This revision is now accepted and ready to land.Oct 19 2020, 5:31 AM