aboutsummaryrefslogtreecommitdiff
path: root/test/test_2019.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/test_2019.cpp')
-rw-r--r--test/test_2019.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_2019.cpp b/test/test_2019.cpp
index 428c067..287f50e 100644
--- a/test/test_2019.cpp
+++ b/test/test_2019.cpp
@@ -2,6 +2,6 @@
#include "catch.hpp"
#include <stdio.h>
-TEST_CASE("", "[day1]") {
+TEST_CASE("", "[2019]") {
// line_view lv = load_file("../src/2019/day1/input");
}