diff options
Diffstat (limited to 'benchmark/path/parse-posix.js')
-rw-r--r-- | benchmark/path/parse-posix.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/benchmark/path/parse-posix.js b/benchmark/path/parse-posix.js index 97d84e5275..ee4306fcd2 100644 --- a/benchmark/path/parse-posix.js +++ b/benchmark/path/parse-posix.js @@ -1,3 +1,4 @@ +'use strict'; var common = require('../common.js'); var path = require('path'); var v8 = require('v8'); |