| Index: pkg/analyzer/test/src/summary/summary_common.dart
|
| diff --git a/pkg/analyzer/test/src/summary/summary_common.dart b/pkg/analyzer/test/src/summary/summary_common.dart
|
| index adb595b47bcbf503deec693bf169580dc2214235..b22bee0ad8b6d4b92cfc37b5d20a746b717217e7 100644
|
| --- a/pkg/analyzer/test/src/summary/summary_common.dart
|
| +++ b/pkg/analyzer/test/src/summary/summary_common.dart
|
| @@ -1422,8 +1422,7 @@ class E {}
|
| _assertUnlinkedConst(variable.constExpr, operators: [
|
| UnlinkedConstOperation.pushInt,
|
| UnlinkedConstOperation.pushInt,
|
| - UnlinkedConstOperation.equal,
|
| - UnlinkedConstOperation.not
|
| + UnlinkedConstOperation.notEqual
|
| ], ints: [
|
| 1,
|
| 2
|
|
|