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

Unified Diff: tests/language/vm/uint32_right_shift_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/uint32_right_shift_test.dart
diff --git a/tests/language/vm/uint32_right_shift_test.dart b/tests/language/vm/uint32_right_shift_test.dart
index d44b84e49ad19bc7f5a8b8fda48b572af2cb317d..c55bc660dcb629c4e70e5fb20307ec5550ae131d 100644
--- a/tests/language/vm/uint32_right_shift_test.dart
+++ b/tests/language/vm/uint32_right_shift_test.dart
@@ -17,4 +17,3 @@ main() {
Expect.equals(0x10000000, foo(trunc, 0x80000000000));
}
}
-

Powered by Google App Engine
This is Rietveld 408576698