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

Unified Diff: tests/standalone/pair_location_remapping_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/standalone/pair_location_remapping_test.dart
diff --git a/tests/standalone/pair_location_remapping_test.dart b/tests/standalone/pair_location_remapping_test.dart
index 98abdf18646d8508bfbabf2f8495167b894bd367..3c3b6e3cb92184df37c991db8e5358c80d148ad3 100644
--- a/tests/standalone/pair_location_remapping_test.dart
+++ b/tests/standalone/pair_location_remapping_test.dart
@@ -13,7 +13,7 @@ class A {
foo(i) {
var j = 0x7fffffffffffffff + i;
- var c = new A(j); // allocation will be sunk
+ var c = new A(j); // allocation will be sunk
var r = 0;
for (var k = 0; k < 10; k++) {
if ((j & (1 << k)) != 0) {

Powered by Google App Engine
This is Rietveld 408576698