| 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;
|
|
|