| Index: tests/html/exceptions_test.dart
|
| diff --git a/tests/html/exceptions_test.dart b/tests/html/exceptions_test.dart
|
| index fada6cd0000a0978fded49436f1f0ebeef79d8c5..984a3d0e00b5c3896ba318821904320f5c39f5b3 100644
|
| --- a/tests/html/exceptions_test.dart
|
| +++ b/tests/html/exceptions_test.dart
|
| @@ -1,6 +1,6 @@
|
| #library('ExceptionsTest');
|
| -#import('../../pkg/unittest/lib/unittest.dart');
|
| -#import('../../pkg/unittest/lib/html_config.dart');
|
| +#import('../../pkg/unittest/unittest.dart');
|
| +#import('../../pkg/unittest/html_config.dart');
|
| #import('dart:html');
|
|
|
| main() {
|
|
|