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
Ben Noordhuis 2013-10-01 02:55:30 +02:00
parent 028e652a73
commit f311963ff9
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@
// OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE // OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
// USE OR OTHER DEALINGS IN THE SOFTWARE. // 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'); repl.startDebugger('break-in-module/main.js');