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

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

Issue 2125793003: Serialize WarnOnUseElement (Closed) Base URL: https://github.com/dart-lang/sdk.git@master
Patch Set: Created 4 years, 5 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 | « pkg/compiler/lib/src/serialization/serialization_util.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/equivalence_test.dart
diff --git a/tests/compiler/dart2js/serialization/equivalence_test.dart b/tests/compiler/dart2js/serialization/equivalence_test.dart
index 72acc470c084e9dc64560943f5e302e41bacdad3..cdb00ea4b08b36c820f473f055b26a02cc16d7ea 100644
--- a/tests/compiler/dart2js/serialization/equivalence_test.dart
+++ b/tests/compiler/dart2js/serialization/equivalence_test.dart
@@ -27,6 +27,7 @@ import 'test_helper.dart';
const TEST_SOURCES = const <String, String>{
'main.dart': '''
+import 'library.dart';
import 'deferred_library.dart' deferred as prefix;
asyncMethod() async {}
@@ -47,6 +48,9 @@ class Class1 {
class DeferredClass {
}
''',
+ 'library.dart': '''
+class Type {}
+''',
};
main(List<String> arguments) {
« no previous file with comments | « pkg/compiler/lib/src/serialization/serialization_util.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698