Index: tests/language/src/LibraryPrefixesTest.dart |
diff --git a/tests/language/src/LibraryPrefixesTest.dart b/tests/language/src/LibraryPrefixesTest.dart |
deleted file mode 100644 |
index db0b86c0422d3f030acb9e85ce0664442f055384..0000000000000000000000000000000000000000 |
--- a/tests/language/src/LibraryPrefixesTest.dart |
+++ /dev/null |
@@ -1,16 +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("LibraryPrefixesTest.dart"); |
-#import("LibraryPrefixes.lib"); |
- |
-class LibraryPrefixesTest { |
- static testMain() { |
- LibraryPrefixes.main((a, b) { Expect.equals(a, b); }); |
- } |
-} |
- |
-main() { |
- LibraryPrefixesTest.testMain(); |
-} |