mirror of
https://github.com/ziglang/zig.git
synced 2025-12-06 14:23:09 +00:00
add comment to discourage using GitHub issue numbers
in behavior tests. closes #16506
This commit is contained in:
parent
559150e844
commit
ddd27db362
@ -12,6 +12,8 @@ test {
|
|||||||
_ = @import("behavior/bitcast.zig");
|
_ = @import("behavior/bitcast.zig");
|
||||||
_ = @import("behavior/bitreverse.zig");
|
_ = @import("behavior/bitreverse.zig");
|
||||||
_ = @import("behavior/bool.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/394.zig");
|
||||||
_ = @import("behavior/bugs/421.zig");
|
_ = @import("behavior/bugs/421.zig");
|
||||||
_ = @import("behavior/bugs/529.zig");
|
_ = @import("behavior/bugs/529.zig");
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user