summaryrefslogtreecommitdiff
path: root/test/async-hooks/verify-graph.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/async-hooks/verify-graph.js')
-rw-r--r--test/async-hooks/verify-graph.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/async-hooks/verify-graph.js b/test/async-hooks/verify-graph.js
index 99b32e9081..54d6ed8ea9 100644
--- a/test/async-hooks/verify-graph.js
+++ b/test/async-hooks/verify-graph.js
@@ -1,8 +1,8 @@
'use strict';
+require('../common');
const assert = require('assert');
const util = require('util');
-require('../common');
function findInGraph(graph, type, n) {
let found = 0;