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

Unified Diff: tests/isolate/browser/typed_data_message_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/isolate/browser/typed_data_message_test.dart
diff --git a/tests/isolate/browser/typed_data_message_test.dart b/tests/isolate/browser/typed_data_message_test.dart
index d23c7ffd69dab8b82bea682f005a8bffd2a04b65..cf1895860ddb925fbd2783446e145feded608410 100644
--- a/tests/isolate/browser/typed_data_message_test.dart
+++ b/tests/isolate/browser/typed_data_message_test.dart
@@ -6,6 +6,7 @@
// VMOptions=--enable_type_checks --enable_asserts
library TypedDataMessageTest;
+
import 'dart:isolate';
import 'dart:typed_data';
import 'package:unittest/unittest.dart';
@@ -105,8 +106,8 @@ void main([args, port]) {
// Shutdown the MessageServer.
sendReceive(remote, -1).then(expectAsync((int message) {
- expect(message, elements.length);
- }));
+ expect(message, elements.length);
+ }));
});
});
}

Powered by Google App Engine
This is Rietveld 408576698