Index: tests/html/js_util_test.dart |
diff --git a/tests/html/js_util_test.dart b/tests/html/js_util_test.dart |
index b0130b24d6b6779daca7fbaa96e86cfc4d9f06f0..8938fd9497428878cd19a5006f8c5b85142608dc 100644 |
--- a/tests/html/js_util_test.dart |
+++ b/tests/html/js_util_test.dart |
@@ -175,8 +175,8 @@ main() { |
}); |
test('throws if object is not a Map or Iterable', () { |
- expect(() => js_util.jsify('a'), |
- throwsA(new isInstanceOf<ArgumentError>())); |
+ expect( |
+ () => js_util.jsify('a'), throwsA(new isInstanceOf<ArgumentError>())); |
}); |
}); |