| Index: tests/dom/audiocontext_test.dart
|
| diff --git a/tests/dom/audiocontext_test.dart b/tests/dom/audiocontext_test.dart
|
| index 2b81f5d8fbb6603e7e98fc127a65c631f90ba7b8..6e9e02cb14af64a883852389dec419521e4434c9 100644
|
| --- a/tests/dom/audiocontext_test.dart
|
| +++ b/tests/dom/audiocontext_test.dart
|
| @@ -1,11 +1,11 @@
|
| #library('AudioContextTest');
|
| #import('../../lib/unittest/unittest.dart');
|
| -#import('../../lib/unittest/dom_config.dart');
|
| -#import('dart:dom');
|
| +#import('../../lib/unittest/html_config.dart');
|
| +#import('dart:html');
|
|
|
| main() {
|
|
|
| - useDomConfiguration();
|
| + useHtmlConfiguration();
|
|
|
| test('constructorTest', () {
|
| var ctx = new AudioContext();
|
|
|