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

Unified Diff: tests/language/vm/deopt_hoisted_smi_check_vm_test.dart

Issue 2771453003: Format all tests. (Closed)
Patch Set: Format files 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/language/vm/deopt_hoisted_smi_check_vm_test.dart
diff --git a/tests/language/vm/deopt_hoisted_smi_check_vm_test.dart b/tests/language/vm/deopt_hoisted_smi_check_vm_test.dart
index 091eed09be9ca7366b8d9bb35bacfa7d167afce0..2ed2e3816892b70d7b7704783af12a01376011d4 100644
--- a/tests/language/vm/deopt_hoisted_smi_check_vm_test.dart
+++ b/tests/language/vm/deopt_hoisted_smi_check_vm_test.dart
@@ -30,6 +30,6 @@ main() {
Expect.equals(9, sum(1, 2));
Expect.equals(0xAB, mask(0xAB));
}
- Expect.equals(9, sum(1.0, 2.0)); // Passing double causes deoptimization.
+ Expect.equals(9, sum(1.0, 2.0)); // Passing double causes deoptimization.
Expect.equals(0xAB, mask(0x1000000AB));
}

Powered by Google App Engine
This is Rietveld 408576698