summaryrefslogtreecommitdiff
path: root/test/test-text-source-map.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/test-text-source-map.js')
-rw-r--r--test/test-text-source-map.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test-text-source-map.js b/test/test-text-source-map.js
index f092de2c..c9810d19 100644
--- a/test/test-text-source-map.js
+++ b/test/test-text-source-map.js
@@ -16,7 +16,7 @@
*/
const assert = require('assert');
-const {VM} = require('./yomichan-vm');
+const {VM} = require('../dev/vm');
const vm = new VM();
vm.execute(['bg/js/text-source-map.js']);