| Index: tests/standalone/io/process_test_util.dart
|
| diff --git a/tests/standalone/io/process_test_util.dart b/tests/standalone/io/process_test_util.dart
|
| index ecaa8a90dea24467ebda8a6d18b48bb7120129c8..3def7a2a92ce63291ee52bad84d640f1c2ea159d 100644
|
| --- a/tests/standalone/io/process_test_util.dart
|
| +++ b/tests/standalone/io/process_test_util.dart
|
| @@ -9,7 +9,7 @@ import "dart:io";
|
| String getPlatformExecutableExtension() {
|
| var os = Platform.operatingSystem;
|
| if (os == 'windows') return '.exe';
|
| - return ''; // Linux and Mac OS.
|
| + return ''; // Linux and Mac OS.
|
| }
|
|
|
| String getProcessTestFileName() {
|
|
|