| Index: tests/html/performance_api_test.dart
|
| diff --git a/tests/html/performance_api_test.dart b/tests/html/performance_api_test.dart
|
| index 7ba9d9c4687db7fb40c07f1310ca9bb37992cc8c..f4f1d287daa703e5482a1f46ebdadf02701b7bb4 100644
|
| --- a/tests/html/performance_api_test.dart
|
| +++ b/tests/html/performance_api_test.dart
|
| @@ -1,6 +1,6 @@
|
| library PerformanceApiTest;
|
| -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() {
|
|
|