| Index: test/regression/other/analysis_server.unit
|
| diff --git a/test/regression/other/analysis_server.unit b/test/regression/other/analysis_server.unit
|
| index 4ad513c76ac4e3475948c744f97eb6e4166a6b3c..decf2364e352a5167931932fcc67b0e5cc8d2e90 100644
|
| --- a/test/regression/other/analysis_server.unit
|
| +++ b/test/regression/other/analysis_server.unit
|
| @@ -166,11 +166,10 @@ final ListResultDescriptor<AnalysisError> HINTS =
|
| }
|
| <<<
|
| main() {
|
| - contextsChangedRaw(
|
| - new ContextsChangedEvent(
|
| - added: event.added.length > 0 ? [mockContext] : [],
|
| - changed: event.changed.length > 0 ? [mockContext] : [],
|
| - removed: event.removed.length > 0 ? [mockContext] : []));
|
| + contextsChangedRaw(new ContextsChangedEvent(
|
| + added: event.added.length > 0 ? [mockContext] : [],
|
| + changed: event.changed.length > 0 ? [mockContext] : [],
|
| + removed: event.removed.length > 0 ? [mockContext] : []));
|
| }
|
| >>> (indent 2)
|
| void emitEmptyObjectClass(String className, ImpliedType impliedType) {
|
|
|