| Index: test/dart2js/compiles_imported_generated_file_test.dart
|
| diff --git a/test/dart2js/compiles_imported_generated_file_test.dart b/test/dart2js/compiles_imported_generated_file_test.dart
|
| index 30ed4b7c26999a3f32c5b60f58d5eb55d3820c19..0ec371375905664bad12bc48ba9cef7371d33d08 100644
|
| --- a/test/dart2js/compiles_imported_generated_file_test.dart
|
| +++ b/test/dart2js/compiles_imported_generated_file_test.dart
|
| @@ -28,8 +28,6 @@ import "other.dart";
|
| void main() => print(TOKEN);
|
| """),
|
| d.file("other.dart", """
|
| -library other;
|
| -const TOKEN = "before";
|
| """)
|
| ])
|
| ]).create();
|
|
|