Skip tests that expect exceptions be thrown.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
Other than the missing asserts, (which are not your fault, but I would appreciate you fixing) this LGTM.
test/std/containers/sequences/array/at.pass.cpp | ||
---|---|---|
43 ↗ | (On Diff #79217) | we should really have an assert(false); after the call to at - to make sure that it actually throws. Here and below. |