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

Unified Diff: tests/lib/typed_data/float32x4_list_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/typed_data/float32x4_list_test.dart
diff --git a/tests/lib/typed_data/float32x4_list_test.dart b/tests/lib/typed_data/float32x4_list_test.dart
index d294763d2e60e8cc9b1698f9f6c0703b0c824a64..b0a6cd3b43df9521339c7ab95a17d5ba686dfd3b 100644
--- a/tests/lib/typed_data/float32x4_list_test.dart
+++ b/tests/lib/typed_data/float32x4_list_test.dart
@@ -133,7 +133,6 @@ testSublist(array) {
}
void testSpecialValues(array) {
-
/// Same as Expect.identical, but also works with NaNs and -0.0 for dart2js.
void checkEquals(expected, actual) {
if (expected.isNaN) {
@@ -145,7 +144,7 @@ void testSpecialValues(array) {
}
}
- var pairs = [
+ var pairs = [
[0.0, 0.0],
[5e-324, 0.0],
[2.225073858507201e-308, 0.0],
@@ -223,7 +222,6 @@ void testSpecialValues(array) {
}
}
-
main() {
var list;

Powered by Google App Engine
This is Rietveld 408576698