summaryrefslogtreecommitdiff
path: root/test/simple/test-fs-watch.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/simple/test-fs-watch.js')
-rw-r--r--test/simple/test-fs-watch.js6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/simple/test-fs-watch.js b/test/simple/test-fs-watch.js
index 21fe3102e1..cfae57353f 100644
--- a/test/simple/test-fs-watch.js
+++ b/test/simple/test-fs-watch.js
@@ -51,10 +51,10 @@ process.on('exit', function() {
});
// Clean up stale files (if any) from previous run.
-try { fs.unlinkSync(filepathOne); } catch (e) { }
+try { fs.unlinkSync(filepathOne); } catch (e) { }
try { fs.unlinkSync(filepathTwoAbs); } catch (e) { }
-try { fs.unlinkSync(filepathThree); } catch (e) { }
-try { fs.rmdirSync(testsubdir); } catch (e) { }
+try { fs.unlinkSync(filepathThree); } catch (e) { }
+try { fs.rmdirSync(testsubdir); } catch (e) { }
fs.writeFileSync(filepathOne, 'hello');