Index: tests/servicec/test.dart |
diff --git a/tests/servicec/test.dart b/tests/servicec/test.dart |
deleted file mode 100644 |
index fda9cd233e82fbabe832688bbfb3456c456f8bff..0000000000000000000000000000000000000000 |
--- a/tests/servicec/test.dart |
+++ /dev/null |
@@ -1,14 +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. |
- |
-import 'dart:async' show |
- Future; |
- |
-abstract class Test { |
- final String name; |
- |
- Test(this.name); |
- |
- Future perform(); |
-} |