| 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
|
|
|