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

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

Issue 2613433002: Support generic methods in reflection. (Closed)
Patch Set: Cleanup. Created 3 years, 12 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
Index: tests/compiler/dart2js_extra/mirror_printer_test.dart
diff --git a/tests/compiler/dart2js_extra/mirror_printer_test.dart b/tests/compiler/dart2js_extra/mirror_printer_test.dart
index 65af17bad77c96012d9ca7e66101a0a23fceaeb2..8d6c129b739033ba165bf930e376399fd97ce7b5 100644
--- a/tests/compiler/dart2js_extra/mirror_printer_test.dart
+++ b/tests/compiler/dart2js_extra/mirror_printer_test.dart
@@ -20,8 +20,7 @@ import 'dart:mirrors';
import 'crash_library_metadata.dart'; // This would crash dart2js.
// Importing dart:html to make things interesting.
-// TODO(johnniwinther): Reenable this when #28240 has been fixed.
-// import 'dart:html';
+import 'dart:html'; /// 01: ok
class MirrorPrinter {
final StringBuffer buffer;
@@ -186,5 +185,5 @@ 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();
+ document.body.nodes.clear(); /// 01: continued
}

Powered by Google App Engine
This is Rietveld 408576698