| Index: samples/sunflower/test/sunflower_test.dart
|
| diff --git a/samples/tests/samples/browser/sunflower_test.dart b/samples/sunflower/test/sunflower_test.dart
|
| similarity index 85%
|
| rename from samples/tests/samples/browser/sunflower_test.dart
|
| rename to samples/sunflower/test/sunflower_test.dart
|
| index db5d5f4d36cec833c49c353a7a6cdc16d6e6a4de..57336c759ef7bac9bb90c8912b02bb9f6436fad0 100644
|
| --- a/samples/tests/samples/browser/sunflower_test.dart
|
| +++ b/samples/sunflower/test/sunflower_test.dart
|
| @@ -4,7 +4,7 @@
|
|
|
| library sunflower_test;
|
|
|
| -import '../../../sunflower/web/sunflower.dart' as sunflower;
|
| +import '../web/sunflower.dart' as sunflower;
|
|
|
| // @static-clean
|
|
|
| @@ -12,6 +12,5 @@ import '../../../sunflower/web/sunflower.dart' as sunflower;
|
| * This test exists to ensure that the sunflower sample compiles without errors.
|
| */
|
| void main() {
|
| -
|
| -}
|
|
|
| +}
|
|
|