Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(42)

Unified Diff: tests/utils/src/MarkdownTest.dart

Issue 9555013: Get dartdoc in the SDK and working correctly. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Update copyright date. Created 8 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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/

Powered by Google App Engine
This is Rietveld 408576698