add comment to discourage using GitHub issue numbers

in behavior tests.

closes #16506
This commit is contained in:
Andrew Kelley 2023-07-24 10:54:08 -07:00
parent 559150e844
commit ddd27db362

View file

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