Skip to content

Commit 08878a8

Browse files
authored
Fixes #1659. Fix typo in logical_or_A02_t01.dart (#1673)
1 parent e711dc2 commit 08878a8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

LanguageFeatures/Patterns/logical_or_A02_t01.dart

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ void test(Shape shape, Unit expectedArea, Type expectedType, bool match) {
3333
Expect.isTrue(match);
3434
break;
3535
default:
36-
Expect.equals(s, expectedArea);
3736
Expect.equals(expectedType, shape.runtimeType);
3837
Expect.isFalse(match);
3938
}

0 commit comments

Comments
 (0)