| Index: tests/html/window_nosuchmethod_test.dart
|
| diff --git a/tests/html/window_nosuchmethod_test.dart b/tests/html/window_nosuchmethod_test.dart
|
| index 0027d1e63faa07791f133f398d1d02e33b7e8115..93cb592e0746d0523b467521d48fee0a2d26a654 100644
|
| --- a/tests/html/window_nosuchmethod_test.dart
|
| +++ b/tests/html/window_nosuchmethod_test.dart
|
| @@ -4,8 +4,8 @@
|
|
|
| library WindowNSMETest;
|
| import "package:expect/expect.dart";
|
| -import '../../pkg/unittest/lib/unittest.dart';
|
| -import '../../pkg/unittest/lib/html_config.dart';
|
| +import 'package:unittest/unittest.dart';
|
| +import 'package:unittest/html_config.dart';
|
| import 'dart:html' as dom;
|
|
|
| // Not defined in dom.Window.
|
|
|