| Index: tests/utils/src/MarkdownTest.dart | 
| diff --git a/utils/tests/dartdoc/src/markdown_tests.dart b/tests/utils/src/MarkdownTest.dart | 
| similarity index 99% | 
| rename from utils/tests/dartdoc/src/markdown_tests.dart | 
| rename to tests/utils/src/MarkdownTest.dart | 
| index de61bd8325d44ce1202b97150ab0bf013bb1f6a8..bab88bdf9d0c7083e9fda09734e39a47445328db 100644 | 
| --- a/utils/tests/dartdoc/src/markdown_tests.dart | 
| +++ b/tests/utils/src/MarkdownTest.dart | 
| @@ -5,10 +5,10 @@ | 
| /// Unit tests for markdown. | 
| #library('markdown_tests'); | 
|  | 
| -#import('../../../dartdoc/markdown.dart'); | 
| +#import('../../../lib/dartdoc/markdown.dart'); | 
|  | 
| // TODO(rnystrom): Better path to unittest. | 
| -#import('../../../../client/testing/unittest/unittest_vm.dart'); | 
| +#import('../../../client/testing/unittest/unittest_vm.dart'); | 
|  | 
| /// Most of these tests are based on observing how showdown behaves: | 
| /// http://softwaremaniacs.org/playground/showdown-highlight/ | 
|  |