| Index: pkg/dev_compiler/test/codegen/lib/html/speechrecognition_test.dart
|
| diff --git a/pkg/dev_compiler/test/codegen/lib/html/speechrecognition_test.dart b/pkg/dev_compiler/test/codegen/lib/html/speechrecognition_test.dart
|
| index 16fd9dea1295b981f7579330633f1d3e3244bc60..e85531c18eddaa6b98d8cfa1450b6a45ebd8a53b 100644
|
| --- a/pkg/dev_compiler/test/codegen/lib/html/speechrecognition_test.dart
|
| +++ b/pkg/dev_compiler/test/codegen/lib/html/speechrecognition_test.dart
|
| @@ -2,14 +2,11 @@
|
| // for details. All rights reserved. Use of this source code is governed by a
|
| // BSD-style license that can be found in the LICENSE file.
|
|
|
| -library speech_recognition_test;
|
| -import 'package:unittest/unittest.dart';
|
| -import 'package:unittest/html_individual_config.dart';
|
| import 'dart:html';
|
|
|
| -main() {
|
| - useHtmlIndividualConfiguration();
|
| +import 'package:expect/minitest.dart';
|
|
|
| +main() {
|
| group('supported', () {
|
| test('supported', () {
|
| expect(SpeechRecognition.supported, true);
|
|
|