Chromium Code Reviews| Index: tests/html/fileapi_test.dart |
| diff --git a/tests/html/fileapi_test.dart b/tests/html/fileapi_test.dart |
| index df40fd008ba83941ec7b450761b8c26cb26bc808..a2d23d581d6839f882548f71c5c32978b70c44a5 100644 |
| --- a/tests/html/fileapi_test.dart |
| +++ b/tests/html/fileapi_test.dart |
| @@ -30,7 +30,7 @@ main() { |
| }); |
| } |
| - group('unsupported throws', () { |
| + group('unsupported_throws', () { |
| test('requestFileSystem', () { |
| var expectation = FileSystem.supported ? returnsNormally : throws; |
| expect(() { |