| Index: dart/tests/language/prefix21_good_lib.dart
|
| diff --git a/dart/tests/language/prefix21_good_lib.dart b/dart/tests/language/prefix21_good_lib.dart
|
| index 2557726a1999751af12107a9b8d4193f4f215f55..262ee93e94f99fd507aee0b1ccaebefb370034e7 100644
|
| --- a/dart/tests/language/prefix21_good_lib.dart
|
| +++ b/dart/tests/language/prefix21_good_lib.dart
|
| @@ -2,7 +2,7 @@
|
| // 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 Prefix21Good;
|
| +#library("Prefix21Good");
|
|
|
| int goodFunction(int x) {
|
| return x;
|
|
|