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

Unified Diff: dart/pkg/intl/test/number_format_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/pkg/intl/test/intl_test.dart ('k') | dart/pkg/intl/tool/generate_locale_data_files.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: dart/pkg/intl/test/number_format_test.dart
diff --git a/dart/pkg/intl/test/number_format_test.dart b/dart/pkg/intl/test/number_format_test.dart
index 760e1254f52d4fa54f9e9bc23283bb739d6cda08..48f4ab3474c0a231678fb27115dd12712af6000c 100644
--- a/dart/pkg/intl/test/number_format_test.dart
+++ b/dart/pkg/intl/test/number_format_test.dart
@@ -4,11 +4,11 @@
* BSD-style license that can be found in the LICENSE file.
*/
-library number_format_test;
+#library('number_format_test');
-import '../../../pkg/unittest/unittest.dart';
-import '../lib/number_format.dart';
-import '../lib/intl.dart';
+#import('../../../pkg/unittest/unittest.dart');
+#import('../lib/number_format.dart');
+#import('../lib/intl.dart');
/**
* Tests the Numeric formatting library in dart.
« no previous file with comments | « dart/pkg/intl/test/intl_test.dart ('k') | dart/pkg/intl/tool/generate_locale_data_files.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698