| Index: tests/html/css_test.dart
|
| diff --git a/tests/html/css_test.dart b/tests/html/css_test.dart
|
| index 01a05d06b8e7a460a770db0e9ea6e442d20541d9..deda6c5dc13f78a237bb494901349e9456c6b671 100644
|
| --- a/tests/html/css_test.dart
|
| +++ b/tests/html/css_test.dart
|
| @@ -1,6 +1,6 @@
|
| library CssTest;
|
| -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() {
|
|
|