Chromium Code Reviews| Index: tests/html/media_stream_test.dart |
| diff --git a/tests/html/media_stream_test.dart b/tests/html/media_stream_test.dart |
| index 2a4d2f336be059f02d768b4d51fd8b8b00f5c25a..2c6635a4406f70d42da25f0f18fff305810d08ea 100644 |
| --- a/tests/html/media_stream_test.dart |
| +++ b/tests/html/media_stream_test.dart |
| @@ -10,7 +10,7 @@ import 'dart:html'; |
| main() { |
| useHtmlIndividualConfiguration(); |
| - group('supported', () { |
| + group('supported_media', () { |
|
Emily Fortuna
2013/01/23 00:08:14
supported_MediaStream?
|
| test('supported', () { |
| expect(MediaStream.supported, true); |
| }); |