| Index: tests/html/typed_arrays_simd_test.dart
|
| diff --git a/tests/html/typed_arrays_simd_test.dart b/tests/html/typed_arrays_simd_test.dart
|
| index b0e3176ce15c1fbfb138ff7b6bdd5f9300509a5d..0e3d780f3fb5522a0ca919734b341e3dc41a869a 100644
|
| --- a/tests/html/typed_arrays_simd_test.dart
|
| +++ b/tests/html/typed_arrays_simd_test.dart
|
| @@ -3,8 +3,8 @@
|
| // BSD-style license that can be found in the LICENSE file.
|
|
|
| library TypedArraysSimdTest;
|
| -import '../../pkg/unittest/lib/unittest.dart';
|
| -import '../../pkg/unittest/lib/html_config.dart';
|
| +import 'package:unittest/unittest.dart';
|
| +import 'package:unittest/html_config.dart';
|
| import 'dart:html';
|
| import 'dart:typed_data';
|
|
|
|
|