authorgravatar for andrew@ziglang.orgAndrew Kelley <andrew@ziglang.org> 2023-07-24 10:54:08-07:00
committergravatar for andrew@ziglang.orgAndrew Kelley <andrew@ziglang.org> 2023-07-24 10:54:08-07:00
logddd27db362ccfa9877e2cbf6025d88c553ab34eb
treeecded852cd080af7a61e00086a4c4af0474c42df
parent559150e8440d288adfaeb84c8bc3ec400605287d

add comment to discourage using GitHub issue numbers

in behavior tests. closes #16506

1 files changed, 2 insertions(+), 0 deletions(-)

test/behavior.zig+2
......@@ -12,6 +12,8 @@ test {
1212 _ = @import("behavior/bitcast.zig");
1313 _ = @import("behavior/bitreverse.zig");
1414 _ = @import("behavior/bool.zig");
15 // Ideally, all tests would be categorized and independent from GitHub, but
16 // if that's too much trouble, having test coverage this way is better than nothing.
1517 _ = @import("behavior/bugs/394.zig");
1618 _ = @import("behavior/bugs/421.zig");
1719 _ = @import("behavior/bugs/529.zig");