Index: tests/language/src/libraryD.dart |
diff --git a/tests/language/src/libraryD.dart b/tests/language/src/libraryD.dart |
deleted file mode 100644 |
index 9e81461765df28781b0a17311418c5c8e7ce427c..0000000000000000000000000000000000000000 |
--- a/tests/language/src/libraryD.dart |
+++ /dev/null |
@@ -1,9 +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. |
-// |
- |
-#library("libraryD.dart"); |
-#import("libraryF.dart"); |
- |
-var fooD = fooC; |