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

Unified Diff: pkg/intl/test/find_default_locale_standalone_test.dart

Issue 11800002: "Reverting 16675-16676, 71-73" (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 12 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: pkg/intl/test/find_default_locale_standalone_test.dart
diff --git a/pkg/intl/test/find_default_locale_standalone_test.dart b/pkg/intl/test/find_default_locale_standalone_test.dart
index 82ebd28eb8dac91ae9440938b5a8a622dbe43b98..c8f52244e7809abda4416aee2ba233a57151783f 100644
--- a/pkg/intl/test/find_default_locale_standalone_test.dart
+++ b/pkg/intl/test/find_default_locale_standalone_test.dart
@@ -4,9 +4,9 @@
library find_default_locale_browser_test;
-import 'package:intl/intl.dart';
-import 'package:intl/intl_standalone.dart';
-import 'package:unittest/unittest.dart';
+import '../lib/intl.dart';
+import '../lib/intl_standalone.dart';
+import '../../../pkg/unittest/lib/unittest.dart';
main() {
test("Find system locale standalone", () {
« no previous file with comments | « pkg/intl/test/find_default_locale_browser_test.dart ('k') | pkg/intl/test/intl_message_basic_example_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698