Skip to content
This repository has been archived by the owner on Apr 22, 2023. It is now read-only.

Commit

Permalink
test: update require path after file move
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
bnoordhuis committed Oct 1, 2013
1 parent 028e652 commit f311963
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/pummel/test-debugger-repl-break-in-module.js
Original file line number Diff line number Diff line change
Expand Up @@ -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');

Expand Down

0 comments on commit f311963

Please sign in to comment.