Index: tests/language/src/LibraryPrefixes.lib |
diff --git a/tests/language/src/LibraryPrefixes.lib b/tests/language/src/LibraryPrefixes.lib |
deleted file mode 100644 |
index dabb3b50549455c7a2182cd880128298f6c280b5..0000000000000000000000000000000000000000 |
--- a/tests/language/src/LibraryPrefixes.lib |
+++ /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("LibraryPrefixes.lib"); |
- |
-#import("LibraryPrefixesTest1.lib"); |
-#import("LibraryPrefixesTest2.lib", prefix:"other"); |
-#source("LibraryPrefixes.dart"); |