| Index: runtime/observatory/tests/observatory_ui/function_ref/element_test.dart
|
| diff --git a/runtime/observatory/tests/observatory_ui/function_ref/element_test.dart b/runtime/observatory/tests/observatory_ui/function_ref/element_test.dart
|
| index cd6b8afc40e11e0de79b01e9ec47ffc41412144a..406849382e1b133234c907a3e06042bb8d5262f2 100644
|
| --- a/runtime/observatory/tests/observatory_ui/function_ref/element_test.dart
|
| +++ b/runtime/observatory/tests/observatory_ui/function_ref/element_test.dart
|
| @@ -1,12 +1,13 @@
|
| // Copyright (c) 2016, 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.
|
| +
|
| import 'dart:html';
|
| import 'package:unittest/unittest.dart';
|
| import 'package:observatory/src/elements/function_ref.dart';
|
| import '../mocks.dart';
|
|
|
| -main(){
|
| +main() {
|
| FunctionRefElement.tag.ensureRegistration();
|
|
|
| final isolate = new IsolateRefMock(id: 'i-id', name: 'i-name');
|
|
|