| Index: tests/html/indexeddb_2_test.dart
|
| ===================================================================
|
| --- tests/html/indexeddb_2_test.dart (revision 14440)
|
| +++ tests/html/indexeddb_2_test.dart (working copy)
|
| @@ -1,9 +1,9 @@
|
| -#library('IndexedDB1Test');
|
| -#import('../../pkg/unittest/unittest.dart');
|
| -#import('../../pkg/unittest/html_config.dart');
|
| -#import('dart:html');
|
| -#import('dart:collection');
|
| -#import('utils.dart');
|
| +library IndexedDB1Test;
|
| +import '../../pkg/unittest/lib/unittest.dart';
|
| +import '../../pkg/unittest/lib/html_config.dart';
|
| +import 'dart:html';
|
| +import 'dart:collection';
|
| +import 'utils.dart';
|
|
|
| // Write and re-read Maps: simple Maps; Maps with DAGs; Maps with cycles.
|
|
|
|
|