| Index: tests/html/interactive_test.dart
|
| diff --git a/tests/html/interactive_test.dart b/tests/html/interactive_test.dart
|
| index e8d70ff398931fe2c9c45a2004ba019d5781040d..82a879b89412e666e130c8f4fa67da3d4f8dfa6d 100644
|
| --- a/tests/html/interactive_test.dart
|
| +++ b/tests/html/interactive_test.dart
|
| @@ -6,8 +6,8 @@ library interactive_test;
|
|
|
| import 'dart:async';
|
| import 'dart:html';
|
| -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 'utils.dart';
|
|
|
|
|
|
|