| Index: dart/tests/language/application_negative_test.dart
|
| diff --git a/dart/tests/language/application_negative_test.dart b/dart/tests/language/application_negative_test.dart
|
| index b090979928bbbf20c30408bd467a895d0af96273..2bf3501102dbd612159f757fe2d13ac345b5e881 100644
|
| --- a/dart/tests/language/application_negative_test.dart
|
| +++ b/dart/tests/language/application_negative_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 application_negative_test;
|
| -part 'failing_main.dart';
|
| +#library("application_negative_test.dart");
|
| +#source('failing_main.dart');
|
|
|