| Index: tests/_chrome/sample_test.dart
|
| diff --git a/tests/_chrome/sample_test.dart b/tests/_chrome/sample_test.dart
|
| index eb51d5cd65db88d8535ba9a2624f6e7b9b539dd3..85448ff43768660905a844737ea8af01f7b883ec 100644
|
| --- a/tests/_chrome/sample_test.dart
|
| +++ b/tests/_chrome/sample_test.dart
|
| @@ -3,8 +3,8 @@
|
| // BSD-style license that can be found in the LICENSE file.
|
|
|
| library sample_test;
|
| -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:_chrome' as _chrome;
|
|
|
| main() {
|
|
|