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

Unified Diff: tests/compiler/dart2js/mirrors_test.dart

Issue 10780030: Dartdoc and apidoc updated to use Path. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Updated cf. comments Created 8 years, 5 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 | « lib/dartdoc/utils.dart ('k') | tools/create_sdk.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/compiler/dart2js/mirrors_test.dart
diff --git a/tests/compiler/dart2js/mirrors_test.dart b/tests/compiler/dart2js/mirrors_test.dart
index 5ef944c1f59e7a438dde3a456841ef3a7226b13d..18b3a26d1befc4d8611fe82dacfd6abb0b067306 100644
--- a/tests/compiler/dart2js/mirrors_test.dart
+++ b/tests/compiler/dart2js/mirrors_test.dart
@@ -29,8 +29,7 @@ main() {
var dirPath = scriptPath.directoryPath;
var libPath = dirPath.join(new Path.fromNative('../../../'));
var inputPath = dirPath.join(new Path.fromNative('mirrors_helper.dart'));
- var compilation = new Compilation(inputPath.toNativePath(),
- libPath.toNativePath());
+ var compilation = new Compilation(inputPath, libPath);
Expect.isNotNull(compilation, "No compilation created");
var mirrors = compilation.mirrors();
« no previous file with comments | « lib/dartdoc/utils.dart ('k') | tools/create_sdk.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698