Skip tests that expect exceptions be thrown.
Details
Details
Diff Detail
Diff Detail
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 | we should really have an assert(false); after the call to at - to make sure that it actually throws. Here and below. |
we should really have an assert(false); after the call to at - to make sure that it actually throws.
Here and below.