Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1240)

Unified Diff: dart/tests/compiler/dart2js_extra/mirror_printer_test.dart

Issue 23659006: Update status file for CSP mode, and clear the HTML document to avoid confusing test.dart. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 7 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « dart/tests/compiler/dart2js_extra/dart2js_extra.status ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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();
}
« no previous file with comments | « dart/tests/compiler/dart2js_extra/dart2js_extra.status ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698