| Index: tests/language/src/CTConst4Test.dart
|
| diff --git a/tests/language/src/CTConst4Test.dart b/tests/language/src/CTConst4Test.dart
|
| deleted file mode 100644
|
| index 1f2604a8da411a8fa22af5ca0fe81e135347013a..0000000000000000000000000000000000000000
|
| --- a/tests/language/src/CTConst4Test.dart
|
| +++ /dev/null
|
| @@ -1,14 +0,0 @@
|
| -// Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file
|
| -// 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.
|
| -// Check compile-time constant library references with prefixes
|
| -
|
| -#library("CTConst4Test");
|
| -#import("CTConst4Lib.dart", prefix:"mylib");
|
| -
|
| -final A = mylib.B;
|
| -
|
| -main() {
|
| - Expect.equals(1, A);
|
| -}
|
| -
|
|
|