| Index: tests/language/library_juxtaposition_test.dart
|
| diff --git a/tests/language/library_juxtaposition_test.dart b/tests/language/library_juxtaposition_test.dart
|
| index ee1e7b4907fa4cce46ec74629b20e94ba1e66dcf..880d2c87525d467474ab78fe274f8358f3e6bd38 100644
|
| --- a/tests/language/library_juxtaposition_test.dart
|
| +++ b/tests/language/library_juxtaposition_test.dart
|
| @@ -3,6 +3,7 @@
|
| // BSD-style license that can be found in the LICENSE file.
|
|
|
| import "library_" "juxtaposition_" "lib.dart";
|
| +export "library_" "juxtaposition_" "lib.dart";
|
|
|
| main() {
|
| Expect.equals(c, 47);
|
|
|