| 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.
|
| }
|
|
|
|
|