| commit | d99ea36acc8c99c5d1bb13145c2e9d92e7fedd75 | [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 | ab4b9892f584c82f442207d130d77a18391d4d31 | |
| parent | 17ee37f6356a9be86d0b0a7a050305a37343155f [diff] |
Fix comment
diff --git a/pkgs/test_reflective_loader/lib/test_reflective_loader.dart b/pkgs/test_reflective_loader/lib/test_reflective_loader.dart index 4aac7b2..a309948 100644 --- a/pkgs/test_reflective_loader/lib/test_reflective_loader.dart +++ b/pkgs/test_reflective_loader/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;