Replace throw with TEST_THROW and skip tests that throw exceptions
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
test/std/experimental/optional/optional.specalg/swap.pass.cpp | ||
---|---|---|
225 ↗ | (On Diff #79719) | Why is this here, and not before line L#236? |
test/std/experimental/optional/optional.specalg/swap.pass.cpp | ||
---|---|---|
225 ↗ | (On Diff #79719) | Yep, I'm wrong here. Probably a fallout of an early version where I protected the definition of Z instead before using TEST_THROW. |