| Index: samples/build_dart/test/build_dart_test.dart
|
| diff --git a/samples/build_dart/test/build_dart_test.dart b/samples/build_dart/test/build_dart_test.dart
|
| index 902f3fdc0ef72fa439b9bdcb05b46e0abcec495e..e146d6b490d37f96caaf1860e94a3421168aa8ff 100644
|
| --- a/samples/build_dart/test/build_dart_test.dart
|
| +++ b/samples/build_dart/test/build_dart_test.dart
|
| @@ -11,6 +11,4 @@ import '../bin/test.dart' as test2;
|
| * This test exists to ensure that the build_dart sample compiles without
|
| * errors.
|
| */
|
| -void main() {
|
| -
|
| -}
|
| +void main() {}
|
|
|