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

Unified Diff: tests/compiler/dart2js/serialization/test_data.dart

Issue 2296723003: Handle html+mirrors (Closed)
Patch Set: Created 4 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 | « tests/compiler/dart2js/serialization/helper.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/compiler/dart2js/serialization/test_data.dart
diff --git a/tests/compiler/dart2js/serialization/test_data.dart b/tests/compiler/dart2js/serialization/test_data.dart
index 9038877f5892e9dac54446ff2ab449b58dce82e6..d4b8434890500326b45983beaef5418739c185a4 100644
--- a/tests/compiler/dart2js/serialization/test_data.dart
+++ b/tests/compiler/dart2js/serialization/test_data.dart
@@ -762,6 +762,15 @@ var foo;
'b.dart': '''
var foo;
''',}),
+
+ const Test('html and mirrors', const {},
+ preserializedSourceFiles: const {
+ 'main.dart': '''
+import 'dart:html';
+import 'dart:mirrors';
+main() {}
+'''},
+ expectedWarningCount: 1),
];
class Test {
« no previous file with comments | « tests/compiler/dart2js/serialization/helper.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698