IAP GITLAB

Skip to content
Snippets Groups Projects
Commit e79d9044 authored by ralfulrich's avatar ralfulrich Committed by Ralf Ulrich
Browse files

style

parent 55fdcff2
No related branches found
No related tags found
No related merge requests found
......@@ -219,7 +219,6 @@ TEST_CASE("Combined Stack", "[stack]") {
CHECK(s.isEmpty());
}
SECTION("exceptions") {
StackTest s;
auto p1 = s.addParticle(std::tuple{9.9});
......@@ -227,7 +226,7 @@ TEST_CASE("Combined Stack", "[stack]") {
++p2;
CHECK_THROWS(s.copy(p1, p2));
CHECK_THROWS(s.swap(p1, p2));
CHECK(s.getSize() == 2);
CHECK(s.getSize() == 2);
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment