summaryrefslogtreecommitdiff
path: root/test/pummel/test-fs-watch-file.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/pummel/test-fs-watch-file.js')
-rw-r--r--test/pummel/test-fs-watch-file.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/pummel/test-fs-watch-file.js b/test/pummel/test-fs-watch-file.js
index 0d897bdc4a..ca8aecc872 100644
--- a/test/pummel/test-fs-watch-file.js
+++ b/test/pummel/test-fs-watch-file.js
@@ -86,6 +86,7 @@ assert.throws(
fs.unwatchFile(filepathTwo, a);
++watchSeenTwo;
}
+
function b() {
fs.unwatchFile(filepathTwo, b);
++watchSeenTwo;