| Index: pkg/mutation_observer/test/mutation_observer_test.dart
|
| diff --git a/pkg/mutation_observer/test/mutation_observer_test.dart b/pkg/mutation_observer/test/mutation_observer_test.dart
|
| index 4b2bb02383495b029f6d8985554f8732048bc63e..c4c84e3e4bb031cf079e806aa62dd80bf977b963 100644
|
| --- a/pkg/mutation_observer/test/mutation_observer_test.dart
|
| +++ b/pkg/mutation_observer/test/mutation_observer_test.dart
|
| @@ -6,10 +6,10 @@ library mutation_observer_test;
|
|
|
| import 'dart:html';
|
| import 'package:unittest/unittest.dart';
|
| -import 'package:unittest/html_individual_config.dart';
|
| +import 'package:unittest/html_config.dart';
|
|
|
| main() {
|
| - useHtmlIndividualConfiguration();
|
| + useHtmlConfiguration();
|
|
|
| // Load the MutationObserver polyfill.
|
| HttpRequest.getString('/root_dart/pkg/mutation_observer/lib/'
|
|
|