| Index: dart/tests/language/prefix21_bad_lib.dart
|
| diff --git a/dart/tests/language/prefix21_bad_lib.dart b/dart/tests/language/prefix21_bad_lib.dart
|
| index 58ab23d2ca72652ecb12d2123c6e810495134102..5966f493ef67e04e568952f9a266d2b35b85fe7b 100644
|
| --- a/dart/tests/language/prefix21_bad_lib.dart
|
| +++ b/dart/tests/language/prefix21_bad_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 Prefix21Bad;
|
| +#library("Prefix21Bad");
|
|
|
| int badFunction(int x) {
|
| return x<<1;
|
|
|