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

Unified Diff: tests/standalone/src/ProcessTestUtil.dart

Issue 8676011: Fix refactoring bug (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 9 years, 1 month 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: tests/standalone/src/ProcessTestUtil.dart
diff --git a/tests/standalone/src/ProcessTestUtil.dart b/tests/standalone/src/ProcessTestUtil.dart
index 971fbb9d038eacbb53d3a989deca8267ae55e992..0bc0fe78c44e38b97fd4b51140c65a573a71d08d 100644
--- a/tests/standalone/src/ProcessTestUtil.dart
+++ b/tests/standalone/src/ProcessTestUtil.dart
@@ -5,7 +5,7 @@
String getPlatformOutDir() {
var os = new Platform().operatingSystem();
if (os == 'linux') return 'out';
- if (os == 'macos') 'xcodebuild';
+ if (os == 'macos') return 'xcodebuild';
return ''; // Windows.
}
« 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