Chromium Code Reviews| Index: tests/utils/markdown_test.dart |
| =================================================================== |
| --- tests/utils/markdown_test.dart (revision 10655) |
| +++ tests/utils/markdown_test.dart (working copy) |
| @@ -8,7 +8,7 @@ |
| #import('../../lib/dartdoc/markdown.dart'); |
| // TODO(rnystrom): Better path to unittest. |
| -#import('../../lib/unittest/unittest.dart'); |
| +#import('../../pkg/unittest/unittest.dart'); |
| #import('test_utils.dart'); |
| /// Most of these tests are based on observing how showdown behaves: |