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