File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44.{
55 .name = .devicetree ,
66
7- .version = "4.0.0 " ,
7+ .version = "4.0.1 " ,
88
99 .minimum_zig_version = "0.15.2" ,
1010
Original file line number Diff line number Diff line change @@ -801,5 +801,5 @@ const std = @import("std");
801801const shared = @import ("shared.zig" );
802802
803803comptime {
804- std .testing .refAllDeclsRecursive (@This ());
804+ std .testing .refAllDecls (@This ());
805805}
Original file line number Diff line number Diff line change @@ -599,5 +599,5 @@ const IteratorError = DeviceTree.IteratorError;
599599const CompatibleMatchIterator = DeviceTree .CompatibleMatchIterator ;
600600
601601comptime {
602- std .testing .refAllDeclsRecursive (@This ());
602+ std .testing .refAllDecls (@This ());
603603}
Original file line number Diff line number Diff line change @@ -40,5 +40,5 @@ const IteratorError = DeviceTree.IteratorError;
4040const Node = @import ("Node.zig" ).Node ;
4141
4242comptime {
43- std .testing .refAllDeclsRecursive (@This ());
43+ std .testing .refAllDecls (@This ());
4444}
Original file line number Diff line number Diff line change @@ -618,5 +618,5 @@ const Tag = @import("Tag.zig").Tag;
618618const IteratorError = DeviceTree .IteratorError ;
619619
620620comptime {
621- std .testing .refAllDeclsRecursive (@This ());
621+ std .testing .refAllDecls (@This ());
622622}
Original file line number Diff line number Diff line change @@ -140,5 +140,5 @@ const shared = @import("shared.zig");
140140const DeviceTree = @import ("DeviceTree.zig" );
141141
142142comptime {
143- std .testing .refAllDeclsRecursive (@This ());
143+ std .testing .refAllDecls (@This ());
144144}
Original file line number Diff line number Diff line change @@ -25,5 +25,5 @@ const std = @import("std");
2525const builtin = @import ("builtin" );
2626
2727comptime {
28- std .testing .refAllDeclsRecursive (@This ());
28+ std .testing .refAllDecls (@This ());
2929}
You can’t perform that action at this time.
0 commit comments