zig

fork of https://codeberg.org/ziglang/zig
Log | Files | Refs | README | LICENSE

commit 1b6e97355d58fbd8aa961d02c3e75c9ca34ed1b9 (tree)
parent 255c0ef40688342aa07f2b51be06791715fc8ae0
Author: Alexandros Naskos <alex_naskos@hotmail.com>
Date:   Tue,  1 May 2018 13:31:14 +0300

Added type info tests to behavior test listing

Diffstat:
Mtest/behavior.zig | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/test/behavior.zig b/test/behavior.zig @@ -36,6 +36,7 @@ comptime { _ = @import("cases/pub_enum/index.zig"); _ = @import("cases/ref_var_in_if_after_if_2nd_switch_prong.zig"); _ = @import("cases/reflection.zig"); + _ = @import("cases/type_info.zig"); _ = @import("cases/sizeof_and_typeof.zig"); _ = @import("cases/slice.zig"); _ = @import("cases/struct.zig");