From 7187bc121fae5a85c04abce315499367b2d7ac67 Mon Sep 17 00:00:00 2001 From: Solly Ross Date: Tue, 3 Jun 2014 13:15:02 -0400 Subject: [PATCH] Fixed typo in run_from_console.js --- tests/run_from_console.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/run_from_console.js b/tests/run_from_console.js index 30aed6ea..3a793603 100755 --- a/tests/run_from_console.js +++ b/tests/run_from_console.js @@ -47,7 +47,7 @@ if (all_js && !program.autoInject) { }); } - var fakes_ind = content.indexOf('requires test files: '); + var fakes_ind = content.indexOf('requires test modules: '); if (fakes_ind > -1) { fakes_ind += 'requires test modules: '.length; var fakes_eol = content.indexOf('\n', fakes_ind);