| Index: dart/tests/language/const_var_test.dart
|
| diff --git a/dart/tests/language/const_var_test.dart b/dart/tests/language/const_var_test.dart
|
| index 5b4ec230de20a6cb9472e3df92d8e98572d4643d..5d1a84b4f421d56fc65fc5379977cbd07c94867a 100644
|
| --- a/dart/tests/language/const_var_test.dart
|
| +++ b/dart/tests/language/const_var_test.dart
|
| @@ -3,9 +3,9 @@
|
| // BSD-style license that can be found in the LICENSE file.
|
| // All things regarding constant variables.
|
|
|
| -library const_var;
|
| +#library('const_var');
|
|
|
| -import 'const_var_helper.dart' as foo;
|
| +#import('const_var_helper.dart', prefix: 'foo');
|
|
|
| const untypedTopLevel = 1;
|
| const int typedTopLevel = 2;
|
|
|