| Index: dart/pkg/args/test/args_test.dart
|
| diff --git a/dart/pkg/args/test/args_test.dart b/dart/pkg/args/test/args_test.dart
|
| index e53416539ab1199f8179b802c5f317c38927ff3a..d3b219bf16fbec0327f5a79f19718320ab4d3e8e 100644
|
| --- a/dart/pkg/args/test/args_test.dart
|
| +++ b/dart/pkg/args/test/args_test.dart
|
| @@ -2,12 +2,12 @@
|
| // 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 args_test;
|
| +#library('args_test');
|
|
|
| -import '../../unittest/unittest.dart';
|
| +#import('../../unittest/unittest.dart');
|
|
|
| // TODO(rnystrom): Use "package:" URL here when test.dart can handle pub.
|
| -import '../lib/args.dart';
|
| +#import('../lib/args.dart');
|
|
|
| main() {
|
| group('ArgParser.addFlag()', () {
|
|
|