about summary refs log tree commit diff
path: root/aoc2019.test
diff options
context:
space:
mode:
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