Index: tests/language/src/FirstTest.dart |
diff --git a/tests/language/src/FirstTest.dart b/tests/language/src/FirstTest.dart |
deleted file mode 100644 |
index 6dc54a97922a90b12f63904e5b51496b4f4afe9f..0000000000000000000000000000000000000000 |
--- a/tests/language/src/FirstTest.dart |
+++ /dev/null |
@@ -1,13 +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. |
-// First dart test program. |
- |
-class FirstTest { |
- static testMain() { return 42; } |
-} |
- |
- |
-main() { |
- FirstTest.testMain(); |
-} |