| Index: pkg/dartdoc/test/dartdoc_test.dart
|
| ===================================================================
|
| --- pkg/dartdoc/test/dartdoc_test.dart (revision 12412)
|
| +++ pkg/dartdoc/test/dartdoc_test.dart (working copy)
|
| @@ -8,8 +8,10 @@
|
| // TODO(rnystrom): Use "package:" URL (#4968).
|
| #import('../lib/dartdoc.dart', prefix: 'dd');
|
| #import('../lib/markdown.dart', prefix: 'md');
|
| -#import('../../unittest/lib/unittest.dart');
|
|
|
| +// TODO(rnystrom): Better path to unittest.
|
| +#import('../../unittest/unittest.dart');
|
| +
|
| main() {
|
| group('countOccurrences', () {
|
| test('empty text returns 0', () {
|
|
|