From 28034bab8b7dbcb29d7103e1ca3f67f7a28bfb30 Mon Sep 17 00:00:00 2001 From: Don Isaac Date: Fri, 4 Apr 2025 19:12:34 -0700 Subject: [PATCH] usingnamespace ahg --- test/internal/ban-words.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/internal/ban-words.test.ts b/test/internal/ban-words.test.ts index 2acaeeba81..0bd1c3427f 100644 --- a/test/internal/ban-words.test.ts +++ b/test/internal/ban-words.test.ts @@ -28,7 +28,7 @@ const words: Record "== alloc.ptr": { reason: "The std.mem.Allocator context pointer can be undefined, which makes this comparison undefined behavior" }, "!= alloc.ptr": { reason: "The std.mem.Allocator context pointer can be undefined, which makes this comparison undefined behavior" }, [String.raw`: [a-zA-Z0-9_\.\*\?\[\]\(\)]+ = undefined,`]: { reason: "Do not default a struct field to undefined", limit: 244, regex: true }, - "usingnamespace": { reason: "Zig deprecates this, and will not support it in incremental compilation.", limit: 492 }, + "usingnamespace": { reason: "Zig deprecates this, and will not support it in incremental compilation.", limit: 493 }, }; const words_keys = [...Object.keys(words)];