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

Unified Diff: dart/tests/language/closure_type_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
Index: dart/tests/language/closure_type_test.dart
diff --git a/dart/tests/language/closure_type_test.dart b/dart/tests/language/closure_type_test.dart
index 8908de780d2f025b32232e72bd25212958961bfd..13b2ed9f33d3d87a7e2b122e96cab082a9fe174e 100644
--- a/dart/tests/language/closure_type_test.dart
+++ b/dart/tests/language/closure_type_test.dart
@@ -4,8 +4,8 @@
// Dart test for a closure result type test that cannot be eliminated at compile
// time.
-library closure_type_test;
-import 'dart:math' as math;
+#library('closure_type_test');
+#import('dart:math', prefix: 'math');
class Math {
static int sqrt(x) => math.sqrt(x);
« no previous file with comments | « dart/tests/language/call_constructor_on_unresolvable_class_test.dart ('k') | dart/tests/language/const_var_helper.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698