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

Unified Diff: pkg/docgen/test/single_library_test.dart

Issue 209563002: pkg/docgen: the big refactor (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: silly Created 6 years, 9 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/docgen/test/multi_library_test.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/docgen/test/single_library_test.dart
diff --git a/pkg/docgen/test/single_library_test.dart b/pkg/docgen/test/single_library_test.dart
index 11b226ba89a1d7797df0a7fecbcc9621787885fb..295cedec7b1ed0a3784c1a2d1c016191362894da 100644
--- a/pkg/docgen/test/single_library_test.dart
+++ b/pkg/docgen/test/single_library_test.dart
@@ -53,7 +53,7 @@ main() {
var file = new File(fileName);
file.writeAsStringSync(DART_LIBRARY);
- return getMirrorSystem([new Uri.file(fileName)])
+ return getMirrorSystem([new Uri.file(fileName)], false)
.then((mirrorSystem) {
var testLibraryUri = new Uri.file(path.absolute(fileName),
windows: Platform.isWindows);
@@ -112,7 +112,7 @@ main() {
expect(classDocComment, 'test.A');
// Test for linking to parameter [A]
- var method = Indexable.getDocgenObject(
+ var method = getDocgenObject(
classMirror.declarations[dart2js_util.symbolOf('doThis')]);
var methodParameterDocComment = method.fixReference(
'A').children.first.text;
« no previous file with comments | « pkg/docgen/test/multi_library_test.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698