| Index: samples/time/test/time_test.dart
|
| diff --git a/samples/tests/samples/standalone/time_test.dart b/samples/time/test/time_test.dart
|
| similarity index 87%
|
| rename from samples/tests/samples/standalone/time_test.dart
|
| rename to samples/time/test/time_test.dart
|
| index 32a8726ccaba707e59d14c9eb5589b446682c6d3..9aff2307749e9f568df6e95c1452f13fd2f488da 100644
|
| --- a/samples/tests/samples/standalone/time_test.dart
|
| +++ b/samples/time/test/time_test.dart
|
| @@ -2,7 +2,7 @@
|
| // 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.
|
|
|
| -import '../../../time/time_server.dart' as time;
|
| +import '../time_server.dart' as time;
|
|
|
| // @static-clean
|
|
|
|
|