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