| Index: utils/tests/css/declaration_tests.dart
|
| diff --git a/utils/tests/css/src/DeclarationTest.dart b/utils/tests/css/declaration_tests.dart
|
| similarity index 99%
|
| rename from utils/tests/css/src/DeclarationTest.dart
|
| rename to utils/tests/css/declaration_tests.dart
|
| index 0b1b41c5b449bbf4193f99d3926afa5fa2df7cba..a2105bde482ce54669c4230a8bb19729a29e7ef5 100644
|
| --- a/utils/tests/css/src/DeclarationTest.dart
|
| +++ b/utils/tests/css/declaration_tests.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("../../../css/css.dart");
|
| +#import("../../css/css.dart");
|
|
|
| class DeclarationTest {
|
|
|
|
|