Index: tests/language/src/PrivateLib |
diff --git a/tests/language/src/PrivateLib b/tests/language/src/PrivateLib |
deleted file mode 100644 |
index b8f8d3a2f7cf4c58ffbb89d385b85378ebeb6bad..0000000000000000000000000000000000000000 |
--- a/tests/language/src/PrivateLib |
+++ /dev/null |
@@ -1,8 +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("PrivateLib"); |
- |
-#source("PrivateLib.dart"); |