| Index: dart/tests/compiler/dart2js_extra/mirror_printer_test.dart
|
| diff --git a/dart/tests/compiler/dart2js_extra/mirror_printer_test.dart b/dart/tests/compiler/dart2js_extra/mirror_printer_test.dart
|
| index f56a2bade7792377445eda94e2bacf6bdd3edab6..01c8b978ca2cb25650ab2d96b60f5577b23d815e 100644
|
| --- a/dart/tests/compiler/dart2js_extra/mirror_printer_test.dart
|
| +++ b/dart/tests/compiler/dart2js_extra/mirror_printer_test.dart
|
| @@ -179,4 +179,7 @@ class MirrorPrinter {
|
|
|
| main() {
|
| print(MirrorPrinter.stringify(currentMirrorSystem().libraries));
|
| + // Clear the nodes to avoid confusing the fine test framework (by "fine" I
|
| + // mean something else) -- ahe.
|
| + document.body.nodes.clear();
|
| }
|
|
|