| Index: tests/html/audiocontext_test.dart
|
| diff --git a/tests/html/audiocontext_test.dart b/tests/html/audiocontext_test.dart
|
| index 21e753f10d1cd151645e81d8bb3158f12ffc7559..948f5432a633121ffdce1424ec38a9ef2a83a7f9 100644
|
| --- a/tests/html/audiocontext_test.dart
|
| +++ b/tests/html/audiocontext_test.dart
|
| @@ -83,9 +83,6 @@ main() {
|
| oscillator.type = 'triangle';
|
| expect(oscillator.type, equals('triangle'));
|
|
|
| - expect(() => oscillator.type = 'somethingUnsupported', throws);
|
| - expect(oscillator.type, equals('triangle'));
|
| -
|
| expect(() => oscillator.type = 7, throws);
|
| expect(oscillator.type, equals('triangle'));
|
|
|
|
|