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

Unified Diff: tests/language/vm/regress_29137_vm_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
« no previous file with comments | « tests/language/vm/if_conversion_vm_test.dart ('k') | tests/language_strong/fannkuch_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/language/vm/regress_29137_vm_test.dart
diff --git a/tests/language/vm/regress_29137_vm_test.dart b/tests/language/vm/regress_29137_vm_test.dart
index e20545b8758d5e4cddef89fc8ea4b9693e75c57f..1ada35e2ee8b18047dffde682c2a74d57b0bf209 100644
--- a/tests/language/vm/regress_29137_vm_test.dart
+++ b/tests/language/vm/regress_29137_vm_test.dart
@@ -8,7 +8,7 @@
// v1 <- UnboxedIntConverter([tr] mint->uint32, v0)
// v2 <- UnboxedIntConverter(uint32->mint, v1)
//
-// optimizer must *not* replace v2 with v0 because the first convertion is
+// optimizer must *not* replace v2 with v0 because the first conversion is
// truncating and is erasing the high part of the mint value.
//
// VMOptions=--optimization-counter-threshold=5 --no-background-compilation
« no previous file with comments | « tests/language/vm/if_conversion_vm_test.dart ('k') | tests/language_strong/fannkuch_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698