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

Unified Diff: tests/language/import_core_impl_no_prefix_test.dart

Issue 11228002: Rename OutOfMemoryException to OutOfMemoryError. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Made ExceptionImplementation private. Rmoved references in tests. Created 8 years, 2 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/corelib/exception_implementation_test.dart ('k') | tests/standalone/out_of_memory_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/language/import_core_impl_no_prefix_test.dart
diff --git a/tests/language/import_core_impl_no_prefix_test.dart b/tests/language/import_core_impl_no_prefix_test.dart
index afd51d64fae27907520f7236b9fb6ea80c1af8bb..434d6067a05e5ef02b18aa85ca049f3fa64cf591 100644
--- a/tests/language/import_core_impl_no_prefix_test.dart
+++ b/tests/language/import_core_impl_no_prefix_test.dart
@@ -8,6 +8,6 @@
#import("dart:coreimpl");
main() {
- var e = new ExceptionImplementation("test, test, test");
+ var e = new SplayTreeMap();
print('"dart:coreimpl" imported, $e allocated');
}
« no previous file with comments | « tests/corelib/exception_implementation_test.dart ('k') | tests/standalone/out_of_memory_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698