test: replace deprecated util.debug() calls
[platform/upstream/nodejs.git] / test / parallel / test-module-loading-error.js
index f430b65..3756953 100644 (file)
@@ -2,7 +2,7 @@
 var common = require('../common');
 var assert = require('assert');
 
-common.debug('load test-module-loading-error.js');
+console.error('load test-module-loading-error.js');
 
 var error_desc = {
   win32: '%1 is not a valid Win32 application',