summaryrefslogtreecommitdiff
path: root/benchmark/path/isAbsolute-win32.js
diff options
context:
space:
mode:
Diffstat (limited to 'benchmark/path/isAbsolute-win32.js')
-rw-r--r--benchmark/path/isAbsolute-win32.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/benchmark/path/isAbsolute-win32.js b/benchmark/path/isAbsolute-win32.js
index 350e99d48b..edb84e8077 100644
--- a/benchmark/path/isAbsolute-win32.js
+++ b/benchmark/path/isAbsolute-win32.js
@@ -9,7 +9,7 @@ const bench = common.createBenchmark(main, {
'//server',
'C:\\baz\\..',
'C:baz\\..',
- 'bar\\baz'
+ 'bar\\baz',
],
n: [1e6]
});