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

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

Issue 11233061: Revert "Parts must start with 'part of'" and "Attempt to fix VM build" (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
Patch Set: 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 | « dart/pkg/dartdoc/test/dartdoc_test.dart ('k') | dart/pkg/fixnum/fixnum.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: dart/pkg/dartdoc/test/markdown_test.dart
diff --git a/dart/pkg/dartdoc/test/markdown_test.dart b/dart/pkg/dartdoc/test/markdown_test.dart
index d2ff1582b3b408ad1927c4e3176ee1ea9167589f..0dbef795839cd899d26a9e453ed706a11ab32eae 100644
--- a/dart/pkg/dartdoc/test/markdown_test.dart
+++ b/dart/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 | « dart/pkg/dartdoc/test/dartdoc_test.dart ('k') | dart/pkg/fixnum/fixnum.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698