| Index: pkg/polymer/test/mirror_loader_test.dart
|
| diff --git a/pkg/polymer/test/mirror_loader_test.dart b/pkg/polymer/test/mirror_loader_test.dart
|
| index 0de5500b944c3de22bb601949a9e69312c7214a5..dd34fe58eedafae7cf360a90d3ffa985594c38bf 100644
|
| --- a/pkg/polymer/test/mirror_loader_test.dart
|
| +++ b/pkg/polymer/test/mirror_loader_test.dart
|
| @@ -3,13 +3,11 @@
|
| // BSD-style license that can be found in the LICENSE file.
|
|
|
| import 'dart:async';
|
| -import 'dart:html';
|
|
|
| import 'dart:mirrors';
|
|
|
| import 'package:unittest/unittest.dart';
|
| import 'package:unittest/html_config.dart';
|
| -import 'package:path/path.dart' show url;
|
|
|
| import 'package:polymer/src/mirror_loader.dart';
|
| import 'mirror_loader_1.dart' as m1;
|
|
|