We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e675fe commit 0063583Copy full SHA for 0063583
exercises/concept/speedywagon/speedywagon_test.cpp
@@ -34,7 +34,7 @@ TEST_CASE("activity_counter: sum for a nullptr", "[task_2]") {
34
REQUIRE(speedywagon::activity_counter(nullptr, 0) == 0);
35
}
36
37
-TEST_CASE("alarm_control: works correctly for pointer", "[task_3") {
+TEST_CASE("alarm_control: works correctly for pointer", "[task_3]") {
38
speedywagon::pillar_men_sensor* kars_in_space{nullptr};
39
REQUIRE_FALSE(speedywagon::alarm_control(kars_in_space));
40
0 commit comments