mirror of
https://codeberg.org/ziglang/zig.git
synced 2025-12-06 05:44:20 +00:00
add comment to discourage using GitHub issue numbers
in behavior tests. closes #16506
This commit is contained in:
parent
559150e844
commit
ddd27db362
1 changed files with 2 additions and 0 deletions
|
|
@ -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");
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue