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

Unified Diff: packages/intl/test/bidi_format_test.dart

Issue 2989763002: Update charted to 0.4.8 and roll (Closed)
Patch Set: Removed Cutch from list of reviewers Created 3 years, 5 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 | « packages/intl/pubspec.yaml ('k') | packages/intl/test/bidi_utils_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: packages/intl/test/bidi_format_test.dart
diff --git a/packages/intl/test/bidi_format_test.dart b/packages/intl/test/bidi_format_test.dart
index 1656411ad07fb31dc2e0ee60cd6d6c3c2ade31ee..2421c8599dccf3b1e64f6aadc390556600898aa7 100644
--- a/packages/intl/test/bidi_format_test.dart
+++ b/packages/intl/test/bidi_format_test.dart
@@ -5,11 +5,9 @@
library bidi_format_test;
import 'package:intl/intl.dart';
-import 'package:unittest/unittest.dart';
+import 'package:test/test.dart';
-/**
- * Tests the bidirectional text formatting library.
- */
+/// Tests the bidirectional text formatting library.
main() {
var LTR = TextDirection.LTR;
var RTL = TextDirection.RTL;
« no previous file with comments | « packages/intl/pubspec.yaml ('k') | packages/intl/test/bidi_utils_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698