commit | 148ce7a11efe0f99be7c3f032201f004ef32f5d7 | [log] [tgz] |
---|---|---|
author | Paul Berry <paulberry@google.com> | Mon Mar 26 10:18:54 2018 -0700 |
committer | Paul Berry <paulberry@google.com> | Mon Mar 26 10:18:54 2018 -0700 |
tree | 3ff23d2467e26081e3973950ea59cb09798f0fad | |
parent | d5161a4d8739517ecfc4e40b44a6bb0bbd621d76 [diff] |
Fix comment
diff --git a/lib/test_reflective_loader.dart b/lib/test_reflective_loader.dart index 4aac7b2..a309948 100644 --- a/lib/test_reflective_loader.dart +++ b/lib/test_reflective_loader.dart
@@ -275,8 +275,8 @@ } /** - * A marker annotation used to annotate overridden test methods with additional - * timeout information. + * A marker annotation used to annotate test methods with additional timeout + * information. */ class TestTimeout { final test_package.Timeout timeout;