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

Unified Diff: pkg/mutation_observer/test/mutation_observer_test.dart

Issue 22284003: pkg: analysis aided cleanup (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: nits Created 7 years, 4 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
« no previous file with comments | « pkg/mime/test/mime_multipart_transformer_test.dart ('k') | pkg/oauth2/lib/src/authorization_exception.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/mutation_observer/test/mutation_observer_test.dart
diff --git a/pkg/mutation_observer/test/mutation_observer_test.dart b/pkg/mutation_observer/test/mutation_observer_test.dart
index c4c84e3e4bb031cf079e806aa62dd80bf977b963..24dbccf2b6e7f31a5a9dea335da8e84cf6999078 100644
--- a/pkg/mutation_observer/test/mutation_observer_test.dart
+++ b/pkg/mutation_observer/test/mutation_observer_test.dart
@@ -62,7 +62,7 @@ testMutationObserver() {
var mutationObserver = new MutationObserver(
(mutations, observer) { expect(false, isTrue,
reason: 'Should not be reached'); });
- expect(() { mutationObserver.observe(document, {}); },
+ expect(() { mutationObserver.observe(document); },
throws);
});
« no previous file with comments | « pkg/mime/test/mime_multipart_transformer_test.dart ('k') | pkg/oauth2/lib/src/authorization_exception.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698