aboutsummaryrefslogtreecommitdiff
path: root/src/bun.js/base.zig
diff options
context:
space:
mode:
Diffstat (limited to 'src/bun.js/base.zig')
-rw-r--r--src/bun.js/base.zig3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/bun.js/base.zig b/src/bun.js/base.zig
index 99f7ce779..225536591 100644
--- a/src/bun.js/base.zig
+++ b/src/bun.js/base.zig
@@ -2802,7 +2802,6 @@ const ModuleNamespace = @import("../js_ast.zig").Macro.ModuleNamespace;
const Expect = Test.Expect;
const DescribeScope = Test.DescribeScope;
const TestScope = Test.TestScope;
-const ExpectPrototype = Test.ExpectPrototype;
const NodeFS = JSC.Node.NodeFS;
const DirEnt = JSC.Node.DirEnt;
const Stats = JSC.Node.Stats;
@@ -2848,8 +2847,6 @@ pub const JSPrivateDataPtr = TaggedPointerUnion(.{
DocType,
Element,
EndTag,
- Expect,
- ExpectPrototype,
FetchEvent,
HTMLRewriter,
JSNode,