| Index: tests/html/custom/mirrors_test.dart
|
| diff --git a/tests/html/custom/mirrors_test.dart b/tests/html/custom/mirrors_test.dart
|
| index 9cf892b2dc0731ab4fa8e8958bd3b96e2737a19a..e8778d179ed51b7d1f51485cb1950a35e503cc5a 100644
|
| --- a/tests/html/custom/mirrors_test.dart
|
| +++ b/tests/html/custom/mirrors_test.dart
|
| @@ -19,7 +19,7 @@ main() {
|
| useHtmlConfiguration();
|
|
|
| var registered = false;
|
| - setUp(() => loadPolyfills().then((_) {
|
| + setUp(() => customElementsReady.then((_) {
|
| if (!registered) {
|
| registered = true;
|
| document.register(A.tag, A);
|
|
|