categorize fn ptr behavior test

move a function pointer test from bugs/xxx.zig to fn.zig
This commit is contained in:
Andrew Kelley
2023-10-27 12:26:18 -07:00
parent dfe9cae4eb
commit 3fb301b16a
3 changed files with 17 additions and 12 deletions
-1
View File
@@ -253,7 +253,6 @@ test {
builtin.zig_backend != .stage2_c and
builtin.zig_backend != .stage2_spirv64)
{
_ = @import("behavior/bugs/11227.zig");
_ = @import("behavior/bugs/14198.zig");
_ = @import("behavior/export.zig");
}