| Index: samples/tests/samples/lib/view/view_test.dart
|
| ===================================================================
|
| --- samples/tests/samples/lib/view/view_test.dart (revision 14440)
|
| +++ samples/tests/samples/lib/view/view_test.dart (working copy)
|
| @@ -2,13 +2,13 @@
|
| // for details. All rights reserved. Use of this source code is governed by a
|
| // BSD-style license that can be found in the LICENSE file.
|
|
|
| -#library('view_tests');
|
| +library view_tests;
|
|
|
| -#import('dart:html');
|
| -#import('../../../../ui_lib/base/base.dart');
|
| -#import('../../../../ui_lib/view/view.dart');
|
| -#import('../../../../../pkg/unittest/unittest.dart');
|
| -#import('../../../../../pkg/unittest/html_config.dart');
|
| +import 'dart:html';
|
| +import '../../../../ui_lib/base/base.dart';
|
| +import '../../../../ui_lib/view/view.dart';
|
| +import '../../../../../pkg/unittest/lib/unittest.dart';
|
| +import '../../../../../pkg/unittest/lib/html_config.dart';
|
|
|
| void main() {
|
| useHtmlConfiguration();
|
|
|