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

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

Issue 11360015: "Reverting 14361" to fix a break. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Re-reverted mirrors.js Created 8 years, 2 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') | tools/revert.py » ('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 d2ff1582b3b408ad1927c4e3176ee1ea9167589f..0dbef795839cd899d26a9e453ed706a11ab32eae 100644
--- a/pkg/dartdoc/test/markdown_test.dart
+++ b/pkg/dartdoc/test/markdown_test.dart
@@ -3,13 +3,13 @@
// BSD-style license that can be found in the LICENSE file.
/// Unit tests for markdown.
-library markdown_tests;
+#library('markdown_tests');
// TODO(rnystrom): Use "package:" URL (#4968).
-import '../lib/markdown.dart';
+#import('../lib/markdown.dart');
// TODO(rnystrom): Better path to unittest.
-import '../../unittest/unittest.dart';
+#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') | tools/revert.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698