| Index: dart/tests/language/prefix_test2.dart
|
| diff --git a/dart/tests/language/prefix_test2.dart b/dart/tests/language/prefix_test2.dart
|
| index cd04169873ae1d3b49d1f4bbd9846f8fceed347e..7da420d68972acc22925bed5e01795486643ad13 100644
|
| --- a/dart/tests/language/prefix_test2.dart
|
| +++ b/dart/tests/language/prefix_test2.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 PrefixTest2;
|
| +#library("PrefixTest2.dart");
|
|
|
| class Prefix {
|
| static const int foo = 42;
|
|
|