diff options
Diffstat (limited to 'test/pummel/test-fs-watch-file.js')
-rw-r--r-- | test/pummel/test-fs-watch-file.js | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/test/pummel/test-fs-watch-file.js b/test/pummel/test-fs-watch-file.js index 49455a197f..3df28af56f 100644 --- a/test/pummel/test-fs-watch-file.js +++ b/test/pummel/test-fs-watch-file.js @@ -19,12 +19,6 @@ // OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE // USE OR OTHER DEALINGS IN THE SOFTWARE. -// fs.watchFile is not available on Windows -if (process.platform === 'win32') { - process.exit(0); -} - - var common = require('../common'); var assert = require('assert'); var path = require('path'); |