diff options
author | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2023-10-27 16:34:30 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-10-27 10:34:30 -0400 |
commit | 6e2abb2b13af5dff5d631fb1bc0c279c49ebd066 (patch) | |
tree | 4b01fc008536ff41e00af5de769bec804f53651b /test_ffi/tests | |
parent | 9a97edce05ba3719ae3ace41df2b49e9168c1fa9 (diff) |
chore: update deno_std submodule (#20994)
Diffstat (limited to 'test_ffi/tests')
-rw-r--r-- | test_ffi/tests/test.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test_ffi/tests/test.js b/test_ffi/tests/test.js index 80c566398..62b23c36e 100644 --- a/test_ffi/tests/test.js +++ b/test_ffi/tests/test.js @@ -10,7 +10,7 @@ import { assertInstanceOf, assertEquals, assertFalse, -} from "../../test_util/std/testing/asserts.ts"; +} from "../../test_util/std/assert/mod.ts"; const targetDir = Deno.execPath().replace(/[^\/\\]+$/, ""); const [libPrefix, libSuffix] = { |