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

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

Issue 11867024: Move some core classes to collection library. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Update status files with bug number. Created 7 years, 11 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/type_argument_factory_crash_test.dart
diff --git a/tests/compiler/dart2js_extra/type_argument_factory_crash_test.dart b/tests/compiler/dart2js_extra/type_argument_factory_crash_test.dart
index c357c2db1c486057ecda91228947dc4c08f10551..e49f4d6f0c9d5046d8c130fca07b674064767edd 100644
--- a/tests/compiler/dart2js_extra/type_argument_factory_crash_test.dart
+++ b/tests/compiler/dart2js_extra/type_argument_factory_crash_test.dart
@@ -3,6 +3,8 @@
// BSD-style license that can be found in the LICENSE file.
// A regression test for a dart2js crash.
+library type.argument.factory.crash.test;
+import 'dart:collection' show LinkedHashMap;
void main() {
// This constructor call causes a crash in dart2js.
« no previous file with comments | « tests/compiler/dart2js/mock_compiler.dart ('k') | tests/compiler/dart2js_extra/type_argument_factory_nocrash_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698