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

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

Issue 2000663002: Handle resolvedAst for forwarding constructors and callType on unnamed mixin applications. (Closed) Base URL: https://github.com/dart-lang/sdk.git@master
Patch Set: Created 4 years, 7 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/serialization/test_data.dart
diff --git a/tests/compiler/dart2js/serialization/test_data.dart b/tests/compiler/dart2js/serialization/test_data.dart
index 652e3c5ea7ccff43cd5db3825bef56f1c0b24256..1da062016064c6edc38cbb6d541a4fa147a640d8 100644
--- a/tests/compiler/dart2js/serialization/test_data.dart
+++ b/tests/compiler/dart2js/serialization/test_data.dart
@@ -238,7 +238,14 @@ main() => new C();'''
'main.dart': '''
main() => const Duration();
''',
- })
+ }),
+
+ const Test(const {
+ 'main.dart': '''
+import 'dart:collection';
+main() => new UnmodifiableListView(null);
Siggi Cherem (dart-lang) 2016/05/20 21:17:53 we should start looking into changing these tests
Johnni Winther 2016/05/23 08:42:36 (a) Naming, yes. The unittest package, no. (Last t
Siggi Cherem (dart-lang) 2016/05/23 16:25:10 Let's give it another try... unittest should suppo
+''',
+ }),
];
class Test {
« pkg/compiler/lib/src/serialization/task.dart ('K') | « tests/compiler/dart2js/parser_test.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698