summaryrefslogtreecommitdiff
path: root/test/parallel/test-dgram-deprecation-error.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/parallel/test-dgram-deprecation-error.js')
-rw-r--r--test/parallel/test-dgram-deprecation-error.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/parallel/test-dgram-deprecation-error.js b/test/parallel/test-dgram-deprecation-error.js
index 89cde12fd3..d244940b64 100644
--- a/test/parallel/test-dgram-deprecation-error.js
+++ b/test/parallel/test-dgram-deprecation-error.js
@@ -1,7 +1,7 @@
'use strict';
-const assert = require('assert');
const common = require('../common');
+const assert = require('assert');
const dgram = require('dgram');
const fork = require('child_process').fork;