Skip to content

Commit b92b55a

Browse files
committed
Update test build.zig.zon files to conform to the new manifest rules
1 parent 14bb533 commit b92b55a

File tree

4 files changed

+7
-4
lines changed

4 files changed

+7
-4
lines changed

test/link/build.zig.zon

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
.{
2-
.name = "link_test_cases",
2+
.name = .link_test_cases,
3+
.fingerprint = 0x404f657576fec9f2,
34
.version = "0.0.0",
45
.dependencies = .{
56
.bss = .{

test/standalone/build.zig.zon

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
.{
22
.name = .standalone_test_cases,
3-
.fingerprint = 0xc0dbdf9c818957be,
3+
.fingerprint = 0xc0dbdf9c3b92810b,
44
.version = "0.0.0",
55
.dependencies = .{
66
.simple = .{

test/standalone/dependencyFromBuildZig/build.zig.zon

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
.{
2-
.name = "dependencyFromBuildZig",
2+
.name = .dependencyFromBuildZig,
3+
.fingerprint = 0xfd939a1eb8169080,
34
.version = "0.0.0",
45
.dependencies = .{
56
.other = .{

test/standalone/dependencyFromBuildZig/other/build.zig.zon

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
.{
2-
.name = "other",
2+
.name = .other,
3+
.fingerprint = 0xd9583520a2405f6c,
34
.version = "0.0.0",
45
.dependencies = .{},
56
.paths = .{""},

0 commit comments

Comments
 (0)