Skip to content

Commit b29b639

Browse files
committed
Update RelationComparisonResult
1 parent 09a199d commit b29b639

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/compiler/types.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -919,8 +919,8 @@ export const enum RelationComparisonResult {
919919
Succeeded = 1 << 0, // Should be truthy
920920
Failed = 1 << 1,
921921

922-
ReportsUnmeasurable = 1 << 3,
923-
ReportsUnreliable = 1 << 4,
922+
ReportsUnmeasurable = 1 << 2,
923+
ReportsUnreliable = 1 << 3,
924924
ReportsMask = ReportsUnmeasurable | ReportsUnreliable,
925925
}
926926

0 commit comments

Comments
 (0)