| Index: dart/tests/language/ct_const4_test.dart
|
| diff --git a/dart/tests/language/ct_const4_test.dart b/dart/tests/language/ct_const4_test.dart
|
| index 0c58e5226f9edb4d8766d55e7c1c09081a950e73..1961644d62022625c9382a0201d7013736f00f2c 100644
|
| --- a/dart/tests/language/ct_const4_test.dart
|
| +++ b/dart/tests/language/ct_const4_test.dart
|
| @@ -3,8 +3,8 @@
|
| // BSD-style license that can be found in the LICENSE file.
|
| // Check compile-time constant library references with prefixes
|
|
|
| -library CTConst4Test;
|
| -import "ct_const4_lib.dart" as mylib;
|
| +#library("CTConst4Test");
|
| +#import("ct_const4_lib.dart", prefix:"mylib");
|
|
|
| const A = mylib.B;
|
|
|
|
|