| Index: tests/html/media_stream_test.dart
|
| diff --git a/tests/html/media_stream_test.dart b/tests/html/media_stream_test.dart
|
| index 2c6635a4406f70d42da25f0f18fff305810d08ea..602c1998ba2746a1182033e5187e2ea58feff94a 100644
|
| --- a/tests/html/media_stream_test.dart
|
| +++ b/tests/html/media_stream_test.dart
|
| @@ -3,8 +3,8 @@
|
| // BSD-style license that can be found in the LICENSE file.
|
|
|
| library media_stream_test;
|
| -import '../../pkg/unittest/lib/unittest.dart';
|
| -import '../../pkg/unittest/lib/html_individual_config.dart';
|
| +import 'package:unittest/unittest.dart';
|
| +import 'package:unittest/html_individual_config.dart';
|
| import 'dart:html';
|
|
|
| main() {
|
|
|