9d53b1d682
BUG= R=kustermann@google.com, ricow@google.com, vsm@google.com Review URL: https://codereview.chromium.org//178223008 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@33171 260f80e4-7a28-3924-810f-c04153c831b5
10 lines
393 B
JavaScript
10 lines
393 B
JavaScript
// Copyright (c) 2014, the Dart project authors. Please see the AUTHORS file
|
|
// for details. All rights reserved. Use of this source code is governed by a
|
|
// BSD-style license that can be found in the LICENSE file.
|
|
|
|
/// Helper file to make performance tests run with the Dart browser controller
|
|
/// in test.dart.
|
|
|
|
// First import test_controller.js
|
|
dartPrint('unittest-suite-wait-for-done');
|