Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(369)

Unified Diff: tests/html/audiocontext_test.dart

Issue 307483004: Another audiocontext_test fix (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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'));
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698