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

Unified Diff: tests/utils/markdown_test.dart

Issue 10914265: Fix import paths in dartdoc tests. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 3 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
« no previous file with comments | « tests/utils/dartdoc_test.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/utils/markdown_test.dart
diff --git a/tests/utils/markdown_test.dart b/tests/utils/markdown_test.dart
index 2d2623e6686fc689701ec320f398e51bf95d52cc..c4600313ef6dde56e329a4fd11036aebea0265ce 100644
--- a/tests/utils/markdown_test.dart
+++ b/tests/utils/markdown_test.dart
@@ -5,7 +5,8 @@
/// Unit tests for markdown.
#library('markdown_tests');
-#import('../../pkg/dartdoc/markdown.dart');
+// TODO(rnystrom): Move this test into pkg/dartdoc/test.
+#import('../../pkg/dartdoc/lib/markdown.dart');
// TODO(rnystrom): Better path to unittest.
#import('../../pkg/unittest/unittest.dart');
« no previous file with comments | « tests/utils/dartdoc_test.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698