Index: tests/language_strong/getter_setter_in_lib2.dart |
diff --git a/tests/language_strong/getter_setter_in_lib2.dart b/tests/language_strong/getter_setter_in_lib2.dart |
deleted file mode 100644 |
index 46a23b31937d8e2059af87fbdb2f3ae13ceaacad..0000000000000000000000000000000000000000 |
--- a/tests/language_strong/getter_setter_in_lib2.dart |
+++ /dev/null |
@@ -1,7 +0,0 @@ |
-// Copyright (c) 2015, 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 GetterSetterInLib2; |
- |
-set bar(a) {} |