summaryrefslogtreecommitdiff
path: root/test/parallel/test-http-default-encoding.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/parallel/test-http-default-encoding.js')
-rw-r--r--test/parallel/test-http-default-encoding.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/parallel/test-http-default-encoding.js b/test/parallel/test-http-default-encoding.js
index 6a2ac36ebd..a40c8841ec 100644
--- a/test/parallel/test-http-default-encoding.js
+++ b/test/parallel/test-http-default-encoding.js
@@ -1,3 +1,4 @@
+'use strict';
var common = require('../common');
var assert = require('assert');
var http = require('http');