summaryrefslogtreecommitdiff
path: root/deps/v8/test/inspector/runtime/console-timestamp.js
diff options
context:
space:
mode:
Diffstat (limited to 'deps/v8/test/inspector/runtime/console-timestamp.js')
-rw-r--r--deps/v8/test/inspector/runtime/console-timestamp.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/deps/v8/test/inspector/runtime/console-timestamp.js b/deps/v8/test/inspector/runtime/console-timestamp.js
index 0dceaed23f..46ee76f925 100644
--- a/deps/v8/test/inspector/runtime/console-timestamp.js
+++ b/deps/v8/test/inspector/runtime/console-timestamp.js
@@ -2,6 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
+let {session, contextGroup, Protocol} = InspectorTest.start('Tests timestamps in console');
+
var messages = [];
function messageAdded(data)