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