about summary refs log tree commit diff
path: root/aoc2019.test
diff options
context:
space:
mode:
authorBen Harris <ben@tilde.team>2020-12-16 20:10:05 -0500
committerBen Harris <ben@tilde.team>2020-12-16 20:10:20 -0500
commit98f3016b477077a8478895b67ee37af71ae68717 (patch)
treea16c16b187caa6843a2d23fc632f391ccede2faa /aoc2019.test
parentdbd228d96d1b65ba71f0def1be0c28084bd82c27 (diff)
start on day 19
Diffstat (limited to 'aoc2019.test')
-rw-r--r--aoc2019.test/Tests.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/aoc2019.test/Tests.cs b/aoc2019.test/Tests.cs
index 8e8d0f9..61f9093 100644
--- a/aoc2019.test/Tests.cs
+++ b/aoc2019.test/Tests.cs
@@ -26,6 +26,7 @@ namespace aoc2019.test
         [DataRow(typeof(Day15), "280", "400")]
         [DataRow(typeof(Day16), "90744714", "82994322")]
         [DataRow(typeof(Day17), "2804", "")]
+        [DataRow(typeof(Day19), "", "")]
         public void TestAllDays(Type dayType, string part1, string part2)
         {
             // create day instance