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

Unified Diff: pkg/intl/test/find_default_locale_browser_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, 11 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_browser_test.dart
diff --git a/pkg/intl/test/find_default_locale_browser_test.dart b/pkg/intl/test/find_default_locale_browser_test.dart
index 51fdaf69b170440185237fa907c51ca9715193f9..a9798edb9987ab20d43a7c177aec9d120f2e06d8 100644
--- a/pkg/intl/test/find_default_locale_browser_test.dart
+++ b/pkg/intl/test/find_default_locale_browser_test.dart
@@ -4,9 +4,9 @@
library find_default_locale_browser_test;
-import 'package:intl/intl.dart';
-import 'package:intl/intl_browser.dart';
-import 'package:unittest/unittest.dart';
+import '../lib/intl.dart';
+import '../lib/intl_browser.dart';
+import '../../../pkg/unittest/lib/unittest.dart';
main() {
test("Find system locale in browser", () {
« no previous file with comments | « pkg/intl/test/date_time_format_uninitialized_test.dart ('k') | pkg/intl/test/find_default_locale_standalone_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698