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

Unified Diff: pkg/dartdoc/test/markdown_test.dart

Issue 10911318: Revert "Make unittest follow the new package layout." (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 | « pkg/dartdoc/test/dartdoc_test.dart ('k') | pkg/intl/test/bidi_format_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/dartdoc/test/markdown_test.dart
diff --git a/pkg/dartdoc/test/markdown_test.dart b/pkg/dartdoc/test/markdown_test.dart
index d0788a3893c68a725d4f98ed848dfa92dd3d54f0..0dbef795839cd899d26a9e453ed706a11ab32eae 100644
--- a/pkg/dartdoc/test/markdown_test.dart
+++ b/pkg/dartdoc/test/markdown_test.dart
@@ -7,7 +7,9 @@
// TODO(rnystrom): Use "package:" URL (#4968).
#import('../lib/markdown.dart');
-#import('../../unittest/lib/unittest.dart');
+
+// TODO(rnystrom): Better path to unittest.
+#import('../../unittest/unittest.dart');
/// Most of these tests are based on observing how showdown behaves:
/// http://softwaremaniacs.org/playground/showdown-highlight/
« no previous file with comments | « pkg/dartdoc/test/dartdoc_test.dart ('k') | pkg/intl/test/bidi_format_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698