| Index: pkg/analysis_server/test/performance/local_runner.dart
|
| diff --git a/pkg/analysis_server/test/performance/local_runner.dart b/pkg/analysis_server/test/performance/local_runner.dart
|
| index db0c0342b3e32403346c83ec88dd5305fcf7ff4b..0cbe6e1ab21e301391deeaff6b00dc5a79a8cd1d 100644
|
| --- a/pkg/analysis_server/test/performance/local_runner.dart
|
| +++ b/pkg/analysis_server/test/performance/local_runner.dart
|
| @@ -66,10 +66,8 @@ main(List<String> args) {
|
| inputFile.path,
|
| '-t',
|
| tmpSrcDirPath,
|
| - '--mapFrom',
|
| - gitDir.path,
|
| - '--mapTo',
|
| - tmpSrcDirPath,
|
| + '-m',
|
| + '${gitDir.path},$tmpSrcDirPath',
|
| ]);
|
| }
|
|
|
|
|