Skip to content

Commit

Permalink
fix(swingset): avoid relying on dependency patch
Browse files Browse the repository at this point in the history
  • Loading branch information
mhofman committed Jun 6, 2022
1 parent 167ee40 commit b14cdab
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 181 deletions.
5 changes: 5 additions & 0 deletions packages/SwingSet/test/vat-warehouse/test-warehouse.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
// @ts-check

import '@endo/init/pre-bundle-source.js';

// import lmdb early to work around SES incompatibility
import 'lmdb';

// eslint-disable-next-line import/order
import { test } from '../../tools/prepare-test-env-ava.js';
import fs from 'fs';
Expand Down
181 changes: 0 additions & 181 deletions patches/ordered-binary+1.2.5.patch

This file was deleted.

0 comments on commit b14cdab

Please sign in to comment.