diff --git a/tests/full/run.js b/tests/full/run.js index 06c335c3..c73103d7 100755 --- a/tests/full/run.js +++ b/tests/full/run.js @@ -16,7 +16,7 @@ try } catch(e) { - console.error("Failed to import build/libv86.js. Run `make build/libv86.js first."); + console.error("Failed to import build/libv86-debug.js. Run `make build/libv86-debug.js first."); process.exit(1); }