Index: tests/language/src/FunctionTypeAliasNegativeTest.dart |
diff --git a/tests/language/src/FunctionTypeAliasNegativeTest.dart b/tests/language/src/FunctionTypeAliasNegativeTest.dart |
deleted file mode 100644 |
index aff36d23b21e57f5b8ed071d2e8281ded78d7ef8..0000000000000000000000000000000000000000 |
--- a/tests/language/src/FunctionTypeAliasNegativeTest.dart |
+++ /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 illegally self referencing function type alias. |
- |
-typedef Handle Handle(String command); |
- |
-main() { |
- Handle handle = null; |
-} |