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

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

Issue 171683009: pkg/docgen: rebase oops (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 10 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/docgen/test/multi_library_test.dart
diff --git a/pkg/docgen/test/multi_library_test.dart b/pkg/docgen/test/multi_library_test.dart
index 8a841a0a729a5522c1ee31c0c6b0fd02e717ef26..06b62d520ac908eaa833db06d9928bd4188492be 100644
--- a/pkg/docgen/test/multi_library_test.dart
+++ b/pkg/docgen/test/multi_library_test.dart
@@ -175,7 +175,7 @@ void main() {
'testFunc').children.first.text;
expect(methodParameterDocComment, 'testLib.testFunc');
- })).whenComplete(() => TEMP_DIRNAME.deleteSync(recursive: true));
+ }).whenComplete(() => _tempDir.deleteSync(recursive: true));
});
});
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698