Chromium Code Reviews| Index: samples/tests/samples/markdown_test.dart |
| =================================================================== |
| --- samples/tests/samples/markdown_test.dart (revision 14440) |
| +++ samples/tests/samples/markdown_test.dart (working copy) |
| @@ -2,6 +2,7 @@ |
| // for details. All rights reserved. Use of this source code is governed by a |
| // BSD-style license that can be found in the LICENSE file. |
| +library markdownTest; |
| import '../../markdown/markdown.dart' as markdown; |
| void main() => markdown.main(); |