| Index: tools/testing/dart/compiler_configuration.dart
|
| diff --git a/tools/testing/dart/compiler_configuration.dart b/tools/testing/dart/compiler_configuration.dart
|
| index d4153c2d9b43d711300cfeb70ef5a3b8bde8dec2..47949922052d23ac4b0e168cbbd86465cff583c0 100644
|
| --- a/tools/testing/dart/compiler_configuration.dart
|
| +++ b/tools/testing/dart/compiler_configuration.dart
|
| @@ -381,7 +381,7 @@ class PrecompilerCompilerConfiguration extends CompilerConfiguration {
|
| shared = '-dynamiclib';
|
| libname = 'libprecompiled.dylib';
|
| } else {
|
| - throw "Platform not supported: ${Platform.name}";
|
| + throw "Platform not supported: ${Platform.operatingSystem}";
|
| }
|
|
|
| if (arch == 'x64') {
|
|
|