[CFE] Fix compileSdk check in CompilerOptions.equivalent.

Change-Id: I3c8e7917e45d441f712c5643a6ecba4ece6450f2
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/275242
Reviewed-by: Jens Johansen <jensj@google.com>
Commit-Queue: Tess Strickland <sstrickl@google.com>
This commit is contained in:
Tess Strickland 2022-12-13 16:51:51 +00:00 committed by Commit Queue
parent c3fce2f559
commit e44cece2ca

View file

@ -322,7 +322,7 @@ class CompilerOptions {
if (sdkSummary != other.sdkSummary) return false;
if (!equalMaps(declaredVariables, other.declaredVariables)) return false;
if (fileSystem != other.fileSystem) return false;
if (compileSdk != compileSdk) return false;
if (compileSdk != other.compileSdk) return false;
// chaseDependencies aren't used anywhere, so ignored here.
// targetPatches aren't used anywhere, so ignored here.
if (!equalMaps(