Chromium Code Reviews| Index: tools/testing/dart/test_suite.dart |
| =================================================================== |
| --- tools/testing/dart/test_suite.dart (revision 29679) |
| +++ tools/testing/dart/test_suite.dart (working copy) |
| @@ -1175,6 +1175,7 @@ |
| } |
| args.add('--out=$outputFile'); |
| args.add(inputFile); |
| + args.addAll(optionsFromFile['sharedOptions']); |
| if (executable.endsWith('.dart')) { |
| // Run the compiler script via the Dart VM. |
| args.insert(0, executable); |