Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit a16c7d8

Browse files
munificentcommit-bot@chromium.org
authored andcommitted
Fix typo in mixin test.
Change-Id: I1c6300dfa250ef0b9ea84e9bd5fd233eb5827464 Reviewed-on: https://dart-review.googlesource.com/74960 Commit-Queue: Lasse R.H. Nielsen <[email protected]> Reviewed-by: Lasse R.H. Nielsen <[email protected]>
1 parent cea39db commit a16c7d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/language_2/mixin_declaration/mixin_declaration_syntax_test.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -382,5 +382,5 @@ void main() {
382382
}
383383
}
384384

385-
Expect equals(CeOwithM().toString(), CwithM().toString());
385+
Expect.equals(CeOwithM().toString(), CwithM().toString());
386386
}

0 commit comments

Comments
 (0)