| Index: dart/samples/tests/samples/lib/view/view_test.dart
|
| diff --git a/dart/samples/tests/samples/lib/view/view_test.dart b/dart/samples/tests/samples/lib/view/view_test.dart
|
| index 5f27154d095a4908c4f3c537afcaff69331153de..b02a58f780452b481213eb5e1b127d7b325f863f 100644
|
| --- a/dart/samples/tests/samples/lib/view/view_test.dart
|
| +++ b/dart/samples/tests/samples/lib/view/view_test.dart
|
| @@ -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/unittest.dart');
|
| +#import('../../../../../pkg/unittest/html_config.dart');
|
|
|
| void main() {
|
| useHtmlConfiguration();
|
|
|