Chromium Code Reviews

Unified Diff: tests/standalone/io/process_working_directory_test.dart

Issue 50413005: Reapply "Remove @deprecated features." (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Merge to head Created 7 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
« no previous file with comments | « tests/standalone/io/process_non_ascii_test.dart ('k') | tests/standalone/io/regress_7679_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/standalone/io/process_working_directory_test.dart
diff --git a/tests/standalone/io/process_working_directory_test.dart b/tests/standalone/io/process_working_directory_test.dart
index 14f97347d981fc0b112839d7febc50729206a697..55b154d6685e280a4101ed45df850f9827b67204 100644
--- a/tests/standalone/io/process_working_directory_test.dart
+++ b/tests/standalone/io/process_working_directory_test.dart
@@ -14,7 +14,7 @@ class ProcessWorkingDirectoryTest {
// Extract full path, since we run processes from another directory.
File path = new File(getProcessTestFileName());
Expect.isTrue(path.existsSync());
- return path.fullPathSync();
+ return path.resolveSymbolicLinksSync();
}
static void testValidDirectory() {
« no previous file with comments | « tests/standalone/io/process_non_ascii_test.dart ('k') | tests/standalone/io/regress_7679_test.dart » ('j') | no next file with comments »

Powered by Google App Engine