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

Unified Diff: dart/pkg/intl/test/bidi_utils_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/bidi_format_test.dart ('k') | dart/pkg/intl/test/data_directory.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: dart/pkg/intl/test/bidi_utils_test.dart
diff --git a/dart/pkg/intl/test/bidi_utils_test.dart b/dart/pkg/intl/test/bidi_utils_test.dart
index e65a24123ab0ca581cfefe3ae3086a2ae337916f..027e54c3710f7da5250d2dec5703e4316ef38758 100644
--- a/dart/pkg/intl/test/bidi_utils_test.dart
+++ b/dart/pkg/intl/test/bidi_utils_test.dart
@@ -3,10 +3,10 @@
// BSD-style license that can be found in the LICENSE file.
-library bidi_utils_test;
+#library('bidi_utils_test');
-import '../lib/intl.dart';
-import '../../../pkg/unittest/unittest.dart';
+#import('../lib/intl.dart');
+#import('../../../pkg/unittest/unittest.dart');
/**
* Tests the bidi utilities library.
« no previous file with comments | « dart/pkg/intl/test/bidi_format_test.dart ('k') | dart/pkg/intl/test/data_directory.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698