mirror of
https://github.com/dart-lang/sdk
synced 2024-11-02 12:24:24 +00:00
09e47b6177
Some none Dart files were not copied over in the migration. Tests are refactored to use the lib version over lib_2. Change-Id: I21053d81770c4f83b01f27af99cec11f08577c7b Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/143330 Reviewed-by: Sigmund Cherem <sigmund@google.com> Reviewed-by: Nicholas Shahan <nshahan@google.com> Commit-Queue: Srujan Gaddam <srujzs@google.com>
5 lines
276 B
JavaScript
5 lines
276 B
JavaScript
// Copyright (c) 2018, 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.
|
|
//
|
|
window.parent.dispatchEvent(new Event('detect_errors'));
|