srctree

Gregory Mullen parent f19ee2e8 9bb01b1b
I trust past me... but not that much

inlinesplit
src/template/page.zig added: 4, removed: 2, total 2
@@ -115,7 +115,9 @@ test getOffset {
try std.testing.expectEqual(8, test_2);
// Yes, by definition, if the previous two are true, the 3rd must be, but
// it's actually testing specific behavior.
try std.testing.expectEqual(test_1, test_2);
// dear future me; you can have this back once you comment what specific
// behavior this proves!
// try std.testing.expectEqual(test_1, test_2);
 
const SUT2 = struct {
a: usize,