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

Unified Diff: pkg/intl/test/number_format_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
« no previous file with comments | « pkg/intl/test/intl_test.dart ('k') | samples/tests/samples/samples.status » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/intl/test/number_format_test.dart
diff --git a/pkg/intl/test/number_format_test.dart b/pkg/intl/test/number_format_test.dart
index 048d6ad538d69d78e7b1283b9dd4b1078329ea82..a1c0d9d6e607879f21c58f2c02990bb610b6b611 100644
--- a/pkg/intl/test/number_format_test.dart
+++ b/pkg/intl/test/number_format_test.dart
@@ -6,9 +6,9 @@
library number_format_test;
-import 'package:unittest/unittest.dart';
-import 'package:intl/number_format.dart';
-import 'package:intl/intl.dart';
+import '../../../pkg/unittest/lib/unittest.dart';
+import '../lib/number_format.dart';
+import '../lib/intl.dart';
/**
* Tests the Numeric formatting library in dart.
« no previous file with comments | « pkg/intl/test/intl_test.dart ('k') | samples/tests/samples/samples.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698