| Index: tests/html/form_data_test.dart
|
| diff --git a/tests/html/form_data_test.dart b/tests/html/form_data_test.dart
|
| index af17116dd2c315fbd2e5de4572857b168424cdbf..290d4b9d595b9ad800573e7089c7eec6ec4f1ee8 100644
|
| --- a/tests/html/form_data_test.dart
|
| +++ b/tests/html/form_data_test.dart
|
| @@ -4,8 +4,8 @@
|
|
|
| library FormDataTest;
|
|
|
| -import '../../pkg/unittest/lib/unittest.dart';
|
| -import '../../pkg/unittest/lib/html_individual_config.dart';
|
| +import 'package:unittest/unittest.dart';
|
| +import 'package:unittest/html_individual_config.dart';
|
| import 'dart:html';
|
|
|
| void fail(message) {
|
|
|