test: update require path after file move
authorBen Noordhuis <info@bnoordhuis.nl>
Tue, 1 Oct 2013 00:55:30 +0000 (02:55 +0200)
committerBen Noordhuis <info@bnoordhuis.nl>
Tue, 1 Oct 2013 00:55:32 +0000 (02:55 +0200)
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.

test/pummel/test-debugger-repl-break-in-module.js

index 1fe0aba..47b4311 100644 (file)
@@ -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');