| Index: tests/html/native_gc_test.dart
|
| diff --git a/tests/html/native_gc_test.dart b/tests/html/native_gc_test.dart
|
| index 9aaf72ef9c80e747db3d8a9d12ece3046d4be380..5931cc840a747432b32d987e33546d3882601e2c 100644
|
| --- a/tests/html/native_gc_test.dart
|
| +++ b/tests/html/native_gc_test.dart
|
| @@ -1,6 +1,6 @@
|
| library NativeGCTest;
|
| -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';
|
|
|
| var testEvent = new EventStreamProvider<Event>('test');
|
|
|