Index: samples/markdown/test/markdown_test.dart |
diff --git a/samples/markdown/test/markdown_test.dart b/samples/markdown/test/markdown_test.dart |
index 678c03dea30defecf322afa82f888baf135911c1..989a13624dd35aeef0cbeea4235eede238bf41ae 100644 |
--- a/samples/markdown/test/markdown_test.dart |
+++ b/samples/markdown/test/markdown_test.dart |
@@ -8,7 +8,7 @@ |
#import('../lib.dart'); |
// TODO(rnystrom): Better path to unittest. |
-#import('../../../pkg/unittest/unittest.dart'); |
+#import('../../../pkg/unittest/lib/unittest.dart'); |
/// Most of these tests are based on observing how showdown behaves: |
/// http://softwaremaniacs.org/playground/showdown-highlight/ |