Explorar o código

Fixed typo in run_from_console.js

Solly Ross %!s(int64=11) %!d(string=hai) anos
pai
achega
7187bc121f
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      tests/run_from_console.js

+ 1 - 1
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);