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

Unified Diff: dart/pkg/intl/test/date_time_format_local_test_stub.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/pkg/intl/test/date_time_format_local_test_stub.dart
diff --git a/dart/pkg/intl/test/date_time_format_local_test_stub.dart b/dart/pkg/intl/test/date_time_format_local_test_stub.dart
index 862832e536d7459dc180ba3201503b219fe95736..08fdd09d5dcac2ef5fa1db5135889e37a04dc873 100644
--- a/dart/pkg/intl/test/date_time_format_local_test_stub.dart
+++ b/dart/pkg/intl/test/date_time_format_local_test_stub.dart
@@ -7,12 +7,12 @@
* directly in the program as a constant.
*/
-library date_time_format_test;
+#library('date_time_format_test');
-import '../lib/intl.dart';
-import '../lib/date_time_patterns.dart';
-import '../lib/date_symbol_data_local.dart';
-import 'date_time_format_test_core.dart';
+#import('../lib/intl.dart');
+#import('../lib/date_time_patterns.dart');
+#import('../lib/date_symbol_data_local.dart');
+#import('date_time_format_test_core.dart');
runWith([Function getSubset]) {
// Initialize one locale just so we know what the list is.
« no previous file with comments | « dart/pkg/intl/test/date_time_format_local_odd_test.dart ('k') | dart/pkg/intl/test/date_time_format_test_core.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698