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

Unified Diff: tests/lib_strong/typed_data/simd_store_to_load_forward_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/lib_strong/typed_data/simd_store_to_load_forward_test.dart
diff --git a/tests/lib_strong/typed_data/simd_store_to_load_forward_test.dart b/tests/lib_strong/typed_data/simd_store_to_load_forward_test.dart
index 4fae48f80f7d09be36fd7e9bf6b38ca87b0ccc2b..a31b3a1b3eee79e0998c9f123d2d8c059dd6fca7 100644
--- a/tests/lib_strong/typed_data/simd_store_to_load_forward_test.dart
+++ b/tests/lib_strong/typed_data/simd_store_to_load_forward_test.dart
@@ -15,7 +15,6 @@ Float32x4 testLoadStoreForwardingFloat32x4(Float32x4List l, Float32x4 v) {
return r;
}
-
main() {
Float32x4List l = new Float32x4List(4);
Float32x4 a = new Float32x4(1.0, 2.0, 3.0, 4.0);

Powered by Google App Engine
This is Rietveld 408576698