| Index: tools/testing/dart/test_suite.dart
|
| diff --git a/tools/testing/dart/test_suite.dart b/tools/testing/dart/test_suite.dart
|
| index 0d0b6bf79b7a590f62649eadca3b3166749b620e..a98d777e038cc0d9565421affa4e25bda0aea530 100644
|
| --- a/tools/testing/dart/test_suite.dart
|
| +++ b/tools/testing/dart/test_suite.dart
|
| @@ -1009,8 +1009,8 @@ class StandardTestSuite extends TestSuite {
|
| String tempDir;
|
| if (compilerConfiguration.hasCompiler) {
|
| compileTimeArguments
|
| - ..addAll(args)
|
| - ..addAll(sharedOptions);
|
| + ..addAll(sharedOptions)
|
| + ..addAll(args);
|
| // Avoid doing this for analyzer.
|
| tempDir = createCompilationOutputDirectory(info.filePath);
|
| }
|
|
|