| Index: dart/tests/language/application_test.dart
|
| diff --git a/dart/tests/language/application_test.dart b/dart/tests/language/application_test.dart
|
| index 005bf20728fdf6087135f7d1b22ebc66dc1c52a5..3e6f440763a5a08c56fd64dcdccb03f4296033f7 100644
|
| --- a/dart/tests/language/application_test.dart
|
| +++ b/dart/tests/language/application_test.dart
|
| @@ -2,5 +2,5 @@
|
| // for details. All rights reserved. Use of this source code is governed by a
|
| // BSD-style license that can be found in the LICENSE file.
|
|
|
| -library ApplicationTest;
|
| -part 'empty_main.dart';
|
| +#library('ApplicationTest.dart');
|
| +#source('empty_main.dart');
|
|
|