aboutsummaryrefslogtreecommitdiff
path: root/ext/wasm/testing2.js
diff options
context:
space:
mode:
Diffstat (limited to 'ext/wasm/testing2.js')
-rw-r--r--ext/wasm/testing2.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/wasm/testing2.js b/ext/wasm/testing2.js
index f6792955f..bc578bb79 100644
--- a/ext/wasm/testing2.js
+++ b/ext/wasm/testing2.js
@@ -15,7 +15,7 @@
'use strict';
(function(){
const T = self.SqliteTestUtil;
- const SW = new Worker("api/sqlite3-worker.js");
+ const SW = new Worker("sqlite3-worker.js");
const DbState = {
id: undefined
};