Index: tests/language/src/InterfaceStaticNonFinalFieldsNegativeTest.dart |
diff --git a/tests/language/src/InterfaceStaticNonFinalFieldsNegativeTest.dart b/tests/language/src/InterfaceStaticNonFinalFieldsNegativeTest.dart |
deleted file mode 100644 |
index ef1eb4902e674ea992b60bac0fcb6ca8420298f3..0000000000000000000000000000000000000000 |
--- a/tests/language/src/InterfaceStaticNonFinalFieldsNegativeTest.dart |
+++ /dev/null |
@@ -1,17 +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. |
- |
-interface A { |
- static var a; |
-} |
- |
-class InterfaceStaticNonConstFieldsNegativeTest { |
- |
- static testMain() { |
- } |
-} |
- |
-main() { |
- InterfaceStaticNonFinalFieldsNegativeTest.testMain(); |
-} |