| Index: tests/html/audiocontext_test.dart
|
| diff --git a/tests/html/audiocontext_test.dart b/tests/html/audiocontext_test.dart
|
| index db0a2de46f5393cee952684fd6a3c5715e21764c..de151dca3b35fae9fbdee14a0d85f34694e08934 100644
|
| --- a/tests/html/audiocontext_test.dart
|
| +++ b/tests/html/audiocontext_test.dart
|
| @@ -2,7 +2,7 @@ library AudioContextTest;
|
| import '../../pkg/unittest/lib/unittest.dart';
|
| import '../../pkg/unittest/lib/html_individual_config.dart';
|
| import 'dart:html';
|
| -import 'dart:typeddata';
|
| +import 'dart:typed_data';
|
| import 'dart:web_audio';
|
| import 'dart:async';
|
|
|
|
|