From f5dae7cdc0d0cb5738d6358263b85f406d5cd73a Mon Sep 17 00:00:00 2001 From: "Mark S. Miller" Date: Thu, 12 Sep 2024 22:54:26 -0700 Subject: [PATCH] fixup! more --- packages/module-source/test/fixtures/exportheavy.js | 8 -------- 1 file changed, 8 deletions(-) diff --git a/packages/module-source/test/fixtures/exportheavy.js b/packages/module-source/test/fixtures/exportheavy.js index ef14e708ee..d26791f524 100644 --- a/packages/module-source/test/fixtures/exportheavy.js +++ b/packages/module-source/test/fixtures/exportheavy.js @@ -13,11 +13,6 @@ export { export { getErrorConstructor, toPassableError } from './src/helpers/error.js'; export { getInterfaceOf } from './src/helpers/remotable.js'; -export { - nameForPassableSymbol, - passableSymbolForName, -} from './src/helpers/symbol.js'; - export { passStyleOf, assertPassable } from './src/passStyleOf.js'; export { deeplyFulfilled } from './src/deeplyFulfilled.js'; @@ -42,9 +37,6 @@ export { // eslint-disable-next-line import/export export * from './src/types.js'; - -const { details: X, Fail } = assert; - // This is a pathological minimum, but exercised by the unit test. export const MIN_DATA_BUFFER_LENGTH = 1;