Index: tests/language/src/PrivateOther.lib |
diff --git a/tests/language/src/PrivateOther.lib b/tests/language/src/PrivateOther.lib |
deleted file mode 100644 |
index 4e5bb84a896e702e650fa4966646cb683fea7f8b..0000000000000000000000000000000000000000 |
--- a/tests/language/src/PrivateOther.lib |
+++ /dev/null |
@@ -1,10 +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. |
- |
-// Dart test for testing access to private fields. |
- |
-#library("PrivateOther"); |
- |
-#import("PrivateTest.dart"); |
-#source("Private3.dart"); |