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

Unified Diff: samples/markdown/test/markdown_test.dart

Issue 10917275: Update unittest to 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/unittest/vm_config.dart ('k') | samples/tests/samples/dartcombat/dartcombat_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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/
« no previous file with comments | « pkg/unittest/vm_config.dart ('k') | samples/tests/samples/dartcombat/dartcombat_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698