From 92e6c724e4d768c85598abf4d2363ab9937dfddc Mon Sep 17 00:00:00 2001 From: Andrew Kelley Date: Wed, 24 Jun 2026 01:21:20 -0700 Subject: [PATCH] remove dead path dependency --- build.zig.zon | 3 --- 1 file changed, 3 deletions(-) diff --git a/build.zig.zon b/build.zig.zon index 4f4b9482178f3e283149d0a7e651a8d98a4893c7..5f21b86ab2ba271758c3f425709558cd77bc2fa8 100644 --- a/build.zig.zon +++ b/build.zig.zon @@ -7,9 +7,6 @@ .standalone_test_cases = .{ .path = "test/standalone", }, - .link_test_cases = .{ - .path = "test/link", - }, }, .paths = .{""}, .fingerprint = 0xc1ce108124179e16, -- 2.54.0