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

Unified Diff: test/wrapper_test.dart

Issue 1638163002: Modernize the package's style. (Closed) Base URL: git@github.com:dart-lang/collection@master
Patch Set: Code review changes Created 4 years, 11 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 | « test/unmodifiable_collection_test.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/wrapper_test.dart
diff --git a/test/wrapper_test.dart b/test/wrapper_test.dart
index e3043a2f322616094f037eb587dc4348bc24d9f9..f0ac7fa8fa6cdd0d1a66f8e0c06840c6b96ca9af 100644
--- a/test/wrapper_test.dart
+++ b/test/wrapper_test.dart
@@ -23,10 +23,8 @@ void testInvocations(Invocation i1, Invocation i2) {
expect(i1.namedArguments, equals(i2.namedArguments), reason: name);
}
-/**
- * Utility class to record a member access and a member access on a wrapped
- * object, and compare them for equality.
- */
+/// Utility class to record a member access and a member access on a wrapped
+/// object, and compare them for equality.
abstract class Expector {
getWrappedObject(action(Invocation i));
// Hack to test assignment ([]=) because it doesn't return the result
« no previous file with comments | « test/unmodifiable_collection_test.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698