Index: tests/language/src/DisablePrivacyTest.dart |
diff --git a/tests/language/src/DisablePrivacyTest.dart b/tests/language/src/DisablePrivacyTest.dart |
deleted file mode 100644 |
index e0bfab779d5eef57341af98c85c99fec8f198e11..0000000000000000000000000000000000000000 |
--- a/tests/language/src/DisablePrivacyTest.dart |
+++ /dev/null |
@@ -1,13 +0,0 @@ |
-// Copyright (c) 2012, 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. |
-// VMOptions=--disable_privacy |
-// |
-// Dart test program checking that library privacy can be disabled. |
- |
-#library('DisablePrivacyTest'); |
-#import("DisablePrivacyLib.dart"); |
- |
-main() { |
- Expect.equals(1, _fooForTesting); |
-} |