Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(39)

Unified Diff: tests/corelib/sort_test.dart

Issue 2850783002: Dart SDK Spelling b, c, and d. (Closed)
Patch Set: Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: tests/corelib/sort_test.dart
diff --git a/tests/corelib/sort_test.dart b/tests/corelib/sort_test.dart
index ef1b7f29f60bc89b68197ff7b5b5a4b38409b2d5..722964450bef5192e09a86c8d6b4a0699d45ca3d 100644
--- a/tests/corelib/sort_test.dart
+++ b/tests/corelib/sort_test.dart
@@ -18,8 +18,8 @@ main() {
compare = (a, b) => a.compareTo(b);
- // Pivot-canditate indices: 7, 15, 22, 29, 37
- // Test dutch flag partitioning (canditates 2 and 4 are the same).
+ // Pivot-candidate indices: 7, 15, 22, 29, 37
+ // Test Dutch flag partitioning (candidates 2 and 4 are the same).
var list = [
0,
0,
« no previous file with comments | « tests/corelib/regexp/regress-regexp-codeflush_test.dart ('k') | tests/corelib/throw_half_surrogate_pair_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698