Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'test/simple/test-domain.js')
-rw-r--r--test/simple/test-domain.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/simple/test-domain.js b/test/simple/test-domain.js
index f77217e4a31..5546d5eb7fe 100644
--- a/test/simple/test-domain.js
+++ b/test/simple/test-domain.js
@@ -104,7 +104,7 @@ d.on('error', function(er) {
assert.ok(!er.domainBound);
break;
- case 'Cannot call method \'isDirectory\' of undefined':
+ case 'Cannot read property \'isDirectory\' of undefined':
assert.equal(er.domain, d);
assert.ok(!er.domainEmitter);
assert.ok(!er.domainBound);