Skip to content

Commit

Permalink
remove erroneous test
Browse files Browse the repository at this point in the history
  • Loading branch information
milanaleksic committed Dec 13, 2023
1 parent cfc0fd6 commit bda167e
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions src/day12.zig
Original file line number Diff line number Diff line change
Expand Up @@ -255,16 +255,6 @@ test "part 2 test 1" {
try std.testing.expectEqual(testValue, 525152);
}

test "part 2 test 2" {
var list = try util.parseToListOfStrings([]const u8,
\\??.#???#?????? 1,2,8
);
defer list.deinit();

const testValue: i64 = try part2(std.testing.allocator, list);
try std.testing.expectEqual(testValue, 525152);
}

test "part 2 full" {
var data = try util.openFile(std.testing.allocator, "data/input-12-1.txt");
defer data.deinit();
Expand Down

0 comments on commit bda167e

Please sign in to comment.