mirror of https://github.com/nodejs/node.git
test: update require path after file move
Commit 204228b
moved a few slow tests to pummel but I forgot to update
the require() path in pummel/test-debugger-repl-break-in-module. Mea
culpa.
pull/5010/head
parent
028e652a73
commit
f311963ff9
|
@ -19,7 +19,7 @@
|
|||
// OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
|
||||
// USE OR OTHER DEALINGS IN THE SOFTWARE.
|
||||
|
||||
var repl = require('./helper-debugger-repl.js');
|
||||
var repl = require('../simple/helper-debugger-repl.js');
|
||||
|
||||
repl.startDebugger('break-in-module/main.js');
|
||||
|
||||
|
|
Loading…
Reference in New Issue