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

Unified Diff: dart/tests/language/call_constructor_on_unresolvable_class_test.dart

Issue 11233061: Revert "Parts must start with 'part of'" and "Attempt to fix VM build" (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
Patch Set: 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 | « dart/tests/language/arithmetic_test.dart ('k') | dart/tests/language/closure_type_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: dart/tests/language/call_constructor_on_unresolvable_class_test.dart
diff --git a/dart/tests/language/call_constructor_on_unresolvable_class_test.dart b/dart/tests/language/call_constructor_on_unresolvable_class_test.dart
index 4c0ab7f86c9d7f653d6d82875db3d4906b7746fd..0998eecd951c9bd34b3be85f994d77c8ce2b976a 100644
--- a/dart/tests/language/call_constructor_on_unresolvable_class_test.dart
+++ b/dart/tests/language/call_constructor_on_unresolvable_class_test.dart
@@ -5,7 +5,7 @@
// Check that calling a constructor of a class that cannot be resolved causes
// a runtime error.
-import 'dart:math';
+#import('dart:math');
never() {
Random r = new Random();
« no previous file with comments | « dart/tests/language/arithmetic_test.dart ('k') | dart/tests/language/closure_type_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698