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

Unified Diff: tests/language/vm/typed_data_polymorphic_view_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/typed_data_polymorphic_view_test.dart
diff --git a/tests/language/vm/typed_data_polymorphic_view_test.dart b/tests/language/vm/typed_data_polymorphic_view_test.dart
index fbbaa7f39043d36b367a19578cf99948f30ba634..e8d0a4106a000e14e6c669c091e05e35b4f51e3b 100644
--- a/tests/language/vm/typed_data_polymorphic_view_test.dart
+++ b/tests/language/vm/typed_data_polymorphic_view_test.dart
@@ -39,7 +39,6 @@ void testShort() {
verifyShort(int16);
}
-
void runXor(view) {
var mask = new Int32x4(0x1, 0x1, 0x1, 0x1);
for (var i = 0; i < view.length; i++) {

Powered by Google App Engine
This is Rietveld 408576698