| Index: tests/language/application_test.dart
|
| diff --git a/tests/language/src/ApplicationTest.dart b/tests/language/application_test.dart
|
| similarity index 89%
|
| rename from tests/language/src/ApplicationTest.dart
|
| rename to tests/language/application_test.dart
|
| index b1492a497c86127f27ea24c40d9363e0f843abb8..3e6f440763a5a08c56fd64dcdccb03f4296033f7 100644
|
| --- a/tests/language/src/ApplicationTest.dart
|
| +++ b/tests/language/application_test.dart
|
| @@ -3,4 +3,4 @@
|
| // BSD-style license that can be found in the LICENSE file.
|
|
|
| #library('ApplicationTest.dart');
|
| -#source('EmptyMain.dart');
|
| +#source('empty_main.dart');
|
|
|